like a physical stopwatch. It can also be used as a countdown timer. Stopwatch has millisecond accuracy and no artificial limit on hours. Stopwatch runs on UNIX, Windows, and MacOS. WWW: http://expect.nist.gov/stopwatch/ Author: Don Libes <libes@nist.gov>
8 lines
302 B
Text
8 lines
302 B
Text
--- stopwatch.orig 2008-08-28 11:19:38.000000000 +1000
|
|
+++ stopwatch 2008-08-28 11:19:54.000000000 +1000
|
|
@@ -1,4 +1,4 @@
|
|
-#!/depot/path/wish -f
|
|
+#!%%LOCALBASE%%/bin/wish -f
|
|
######################################################################
|
|
# Name: Stopwatch
|
|
# Author: Don Libes <libes@nist.gov>
|