4 lines
82 B
JavaScript
4 lines
82 B
JavaScript
var shell = require('./shell.js');
|
|
for (cmd in shell)
|
|
global[cmd] = shell[cmd];
|