X-Git-Url: http://git.scottworley.com/keystroke-timestamps/blobdiff_plain/2ecebf75f7fd4624e55958b9892d370b36fab220..refs/heads/master:/plot.gnuplot diff --git a/plot.gnuplot b/plot.gnuplot index 47b0780..c8329c4 100755 --- a/plot.gnuplot +++ b/plot.gnuplot @@ -16,6 +16,6 @@ plot "< awk '{ print int($1 / ".bucket_size.") }' \"".filename."\" \ | fill-in ".bucket_size \ using ($1 + timezone_offset):2 with lines -# (fill-in is https://chkno.net/fill-in ) +# (fill-in is ./fill-in.sh) pause -1 "Press enter to dismiss"