1
0
mirror of https://gitea.com/actions/setup-node.git synced 2025-05-01 13:16:49 +08:00

4 lines
86 B
JavaScript
Raw Normal View History

2019-08-03 21:49:54 -04:00
var shell = require('./shell.js');
for (var cmd in shell)
global[cmd] = shell[cmd];