From 566161b7e8738ec65dc1ca5e720316865dc020b3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 3 Aug 2002 14:32:07 +0000 Subject: [PATCH] Sleep configurable amount. --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.11.0