1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 17:48:07 +02:00
pdf.js/external/shelljs/global.js
2013-03-07 10:43:23 -06:00

3 lines
86 B
JavaScript

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