Initial pass
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\bash.exe" (
|
||||
"%~dp0\bash.exe" "%~dp0\..\run-node\run-node" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
bash "%~dp0\..\run-node\run-node" %*
|
||||
)
|
||||
Reference in New Issue
Block a user