]> git.scottworley.com Git - keystroke-timestamps/blobdiff - gaps.sh
Include the `fill-in` helper script here
[keystroke-timestamps] / gaps.sh
diff --git a/gaps.sh b/gaps.sh
index 7f8de73e38026a6886491c06e5411269e6e047a7..e2144e1331f1d66285561501d330350f3471d98b 100755 (executable)
--- a/gaps.sh
+++ b/gaps.sh
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 threshold=${1:-3600}
 LOGFILE="${2:-$HOME/keystroke-timestamps.log}"