From: Nishi Date: Wed, 25 Sep 2024 10:25:12 +0000 (+0000) Subject: add usage X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=14fd25a23e65cd91578cfa28fc5a0febbef4e92d;p=tewi.git add usage git-svn-id: file:///raid/svn-personal/tewi/trunk@153 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/installer.sh b/installer.sh index 85878c7..6dfc91d 100755 --- a/installer.sh +++ b/installer.sh @@ -1,6 +1,12 @@ #!/bin/sh # $Id$ +if [ "x$1" = "x" ]; then + echo "Usage: $0 win32" + echo " $0 win64" + exit 1 +fi + fail() { rm -f tewi-service.exe rm -f tewi.exe