1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 01:58:06 +02:00

Using ShellJS

This commit is contained in:
Artur Adib 2012-03-03 14:01:31 -05:00
parent 6c24a75340
commit f6ba3843bd
7 changed files with 2011 additions and 0 deletions

3
external/shelljs/global.js vendored Normal file
View file

@ -0,0 +1,3 @@
var shell = require('./shell.js');
for (cmd in shell)
global[cmd] = shell[cmd];