diff options
Diffstat (limited to 'install.bat.template')
-rwxr-xr-x | install.bat.template | 6 |
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 +) |