X-Git-Url: http://git.scottworley.com/keystroke-timestamps/blobdiff_plain/3a0e7102aa2af9635c86950babc72438593b65fc..HEAD:/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"