Consume different tool-cache

This commit is contained in:
Danny McCormick 2019-06-26 16:52:05 -04:00
parent e4990368a5
commit 4d73af8dd9
54 changed files with 3141 additions and 255 deletions

7
node_modules/.bin/shjs.cmd generated vendored Normal file
View file

@ -0,0 +1,7 @@
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\shelljs\bin\shjs" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\shelljs\bin\shjs" %*
)