From: W. Trevor King Date: Sat, 21 Sep 2013 17:17:19 +0000 (-0700) Subject: monfold.sh: Update inotify-tools link to GitHub URL X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=faf625670f41b5812a7b618a4d0e654aeccc0c6f;p=blog.git monfold.sh: Update inotify-tools link to GitHub URL Don't just mention the Ubuntu package. Also set the executable bit for this script. We need Bash (and not a generic POSIX shell) because of the process substitution: <(...) feeding the while loop. --- diff --git a/posts/inotify/monfold.sh b/posts/inotify/monfold.sh old mode 100644 new mode 100755 index 3016d1b..9344601 --- a/posts/inotify/monfold.sh +++ b/posts/inotify/monfold.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# W. Trevor King, 2009. Released into the public domain. +# W. Trevor King, 2009-2013. Released into the public domain. # # Monitor an unfolding data directory and output a small png of the most # recent unfolding curve @@ -8,7 +8,8 @@ # usage: monfold # e.g. : monfold ~/rsrch/data/unfold/20090331 # -# Requires the inotify-tools package if you're running Ubuntu +# Requires the inotify-tools package: +# https://github.com/rvoicilas/inotify-tools/wiki # # Running something along the lines of # qiv --watch $OUTFILE # run qiv tracing the image file