This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
lvjunxi
/
node_modules
Pridať medzi pozorované
2
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
25798bf1e1
Branche
Tagy
master
node_modules
/
shelljs
/
global.js
global.js
86 B
História
Raw
1
2
3
var shell = require('./shell.js');
for (var cmd in shell)
global[cmd] = shell[cmd];