X-Git-Url: http://git.scottworley.com/keystroke-timestamps/blobdiff_plain/df281b26d90fd052b2c0ec820475b308b66c376d..902f9f1bb18aaeb910737a035643124249d96e1b:/gaps.sh?ds=sidebyside diff --git a/gaps.sh b/gaps.sh index 361e2a6..e2144e1 100755 --- a/gaps.sh +++ b/gaps.sh @@ -1,4 +1,6 @@ -#!/bin/bash +#!/bin/sh + +set -e threshold=${1:-3600} LOGFILE="${2:-$HOME/keystroke-timestamps.log}"