monfold.sh: Update inotify-tools link to GitHub URL
authorW. Trevor King <wking@tremily.us>
Sat, 21 Sep 2013 17:17:19 +0000 (10:17 -0700)
committerW. Trevor King <wking@tremily.us>
Sat, 21 Sep 2013 17:40:54 +0000 (10:40 -0700)
commitfaf625670f41b5812a7b618a4d0e654aeccc0c6f
tree13ec061f255eb13f692cc0383ba06af8979423d9
parent5828056795483c758f8be5eb81536dec4e34e9db
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 [changed mode: 0644->0755]