3
0
mirror of https://github.com/apache/cordova-android.git synced 2025-03-01 22:49:39 +08:00
cordova-android/node_modules/shelljs/global.js
2015-10-20 12:21:30 +03:00

4 lines
86 B
JavaScript

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