diff options
Diffstat (limited to 'install.sh.template')
-rw-r--r-- | install.sh.template | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/install.sh.template b/install.sh.template deleted file mode 100644 index 1292abdab..000000000 --- a/install.sh.template +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -set -e -set -x - -if [ "$1" != "" ]; then - exec ./koch install "$1" -else - exec ./koch install -fi |