Add script/bootstrap.cmd.

This commit is contained in:
Cheng Zhao
2013-10-19 22:32:26 +08:00
parent 082686bba8
commit dbd1438cf7

6
script/bootstrap.cmd Normal file
View File

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