mirror of
https://gitea.com/actions/setup-node.git
synced 2025-08-01 16:28:05 +08:00
Initial Import
This commit is contained in:
7
node_modules/.bin/shjs.cmd
generated
vendored
Normal file
7
node_modules/.bin/shjs.cmd
generated
vendored
Normal 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" %*
|
||||
)
|
Reference in New Issue
Block a user