pdf.js/external/shelljs/global.js

4 lines
82 B
JavaScript
Raw Normal View History

2012-03-04 04:01:31 +09:00
var shell = require('./shell.js');
for (cmd in shell)
global[cmd] = shell[cmd];