2
0
mirror of https://github.com/actions/setup-node.git synced 2025-04-25 20:39:20 +08:00
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];