3 lines
86 B

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