global.js 86 B

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