1
0
mirror of https://github.com/actions/setup-node.git synced 2025-12-17 14:28:57 +08:00
Files
setup-node/node_modules/shelljs/global.js
Chris Patterson 9bb7038a07 Initial Import
2019-08-03 21:49:54 -04:00

4 lines
86 B
JavaScript

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