From: Jack Allnutt Date: Mon, 22 Apr 2013 00:30:21 +0000 (+0100) Subject: Add batch file for Windows X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ba0a885e352c9021c3ae3dbd978fc8948abd13d9;p=KiwiIRC.git Add batch file for Windows --- 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