mirror of
https://gitea.com/actions/setup-node.git
synced 2024-11-24 11:09:33 +01:00
3 lines
86 B
JavaScript
3 lines
86 B
JavaScript
var shell = require('./shell.js');
|
|
for (var cmd in shell)
|
|
global[cmd] = shell[cmd];
|