diff options
Diffstat (limited to 'library/demos/timer')
-rw-r--r-- | library/demos/timer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/timer b/library/demos/timer index cfa3651..320cd0e 100644 --- a/library/demos/timer +++ b/library/demos/timer @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ -exec wish "$0" "$@" +exec wish "$0" ${1+"$@"} # timer -- # This script generates a counter with start and stop buttons. |