From dbd1438cf7eac538edb6a9a874386bf0c428259f Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sat, 19 Oct 2013 22:32:26 +0800 Subject: [PATCH] Add script/bootstrap.cmd. --- script/bootstrap.cmd | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 script/bootstrap.cmd diff --git a/script/bootstrap.cmd b/script/bootstrap.cmd new file mode 100644 index 000000000..c9cf66238 --- /dev/null +++ b/script/bootstrap.cmd @@ -0,0 +1,6 @@ +@IF EXIST "%~dp0\node.exe" ( + "%~dp0\node.exe" "%~dp0\bootstrap" %* +) ELSE ( + node "%~dp0\bootstrap" %* +) +