From: Ian Jackson Date: Sat, 3 Aug 2002 14:32:07 +0000 (+0000) Subject: Sleep configurable amount. X-Git-Url: https://git.distorted.org.uk/~mdw/ircbot/commitdiff_plain/566161b7e8738ec65dc1ca5e720316865dc020b3?hp=5954eb586548082fdedce2f49b3b434642cace96 Sleep configurable amount. --- diff --git a/startup.sh b/startup.sh index 1db91ee..88d1200 100755 --- a/startup.sh +++ b/startup.sh @@ -4,4 +4,4 @@ cd "`dirname $0`" sleep 1 set +e HOME=. tclsh8.2 -sleep 5000000 +sleep ${1:-5000000}