backoffice/node_modules/shelljs/global.js

4 lines
86 B
JavaScript
Raw Normal View History

2020-02-06 10:09:39 +00:00
var shell = require('./shell.js');
for (var cmd in shell)
global[cmd] = shell[cmd];