4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-05-04 09:43:03 +08:00
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];