summary refs log tree commit diff stats
path: root/install.bat.template
diff options
context:
space:
mode:
Diffstat (limited to 'install.bat.template')
-rwxr-xr-xinstall.bat.template6
1 files changed, 6 insertions, 0 deletions
diff --git a/install.bat.template b/install.bat.template
new file mode 100755
index 000000000..f49c898cc
--- /dev/null
+++ b/install.bat.template
@@ -0,0 +1,6 @@
+
+if not "%1"=="" (
+	./koch install %1
+) else (
+	./koch install
+)