global.js 86 Bytes Raw Blame History Permalink 1 2 3 var shell = require('./shell.js'); for (var cmd in shell) global[cmd] = shell[cmd];