shelljs/global.js

4 строки
82 B
JavaScript

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