aboutsummaryrefslogtreecommitdiff
path: root/cordova/node_modules/shelljs/global.js
diff options
context:
space:
mode:
Diffstat (limited to 'cordova/node_modules/shelljs/global.js')
-rwxr-xr-xcordova/node_modules/shelljs/global.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/cordova/node_modules/shelljs/global.js b/cordova/node_modules/shelljs/global.js
new file mode 100755
index 0000000..97f0033
--- /dev/null
+++ b/cordova/node_modules/shelljs/global.js
@@ -0,0 +1,3 @@
+var shell = require('./shell.js');
+for (var cmd in shell)
+ global[cmd] = shell[cmd];