From ba0a885e352c9021c3ae3dbd978fc8948abd13d9 Mon Sep 17 00:00:00 2001 From: Jack Allnutt Date: Mon, 22 Apr 2013 01:30:21 +0100 Subject: [PATCH] Add batch file for Windows --- kiwi.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 kiwi.bat diff --git a/kiwi.bat b/kiwi.bat new file mode 100755 index 0000000..118b58e --- /dev/null +++ b/kiwi.bat @@ -0,0 +1,2 @@ +@echo off +node %~dp0\server\server.js %* \ No newline at end of file -- 2.25.1