X-Git-Url: http://git.scottworley.com/keystroke-timestamps/blobdiff_plain/2ecebf75f7fd4624e55958b9892d370b36fab220..3a0e7102aa2af9635c86950babc72438593b65fc:/gaps.sh diff --git a/gaps.sh b/gaps.sh index 7f8de73..e2144e1 100755 --- a/gaps.sh +++ b/gaps.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -e + threshold=${1:-3600} LOGFILE="${2:-$HOME/keystroke-timestamps.log}"