1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 01:28:06 +02:00
pdf.js/external/shelljs/global.js
2012-03-03 14:01:31 -05:00

3 lines
82 B
JavaScript

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