Move script to script-old

This commit is contained in:
Antonio Scandurra
2016-08-02 09:22:55 +02:00
parent 7f67966c00
commit 68565349c1
31 changed files with 0 additions and 0 deletions

6
script-old/bootstrap.cmd Normal file
View File

@@ -0,0 +1,6 @@
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\bootstrap" %*
) ELSE (
node "%~dp0\bootstrap" %*
)