Generic build of PDF.js library.

4 lines
86 B

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