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:
parent
6c24a75340
commit
f6ba3843bd
7 changed files with 2011 additions and 0 deletions
3
external/shelljs/global.js
vendored
Normal file
3
external/shelljs/global.js
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
var shell = require('./shell.js');
|
||||
for (cmd in shell)
|
||||
global[cmd] = shell[cmd];
|
Loading…
Add table
Add a link
Reference in a new issue