Generic build of PDF.js library.

4 lines
82 B

13 years ago
var shell = require('./shell.js');
for (cmd in shell)
global[cmd] = shell[cmd];