From faf625670f41b5812a7b618a4d0e654aeccc0c6f Mon Sep 17 00:00:00 2001
From: "W. Trevor King" <wking@tremily.us>
Date: Sat, 21 Sep 2013 10:17:19 -0700
Subject: [PATCH] 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.
---
 posts/inotify/monfold.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 mode change 100644 => 100755 posts/inotify/monfold.sh

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 <unfold_dir>
 # 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
-- 
2.26.2