Script to watch files and directories for changes and execute a command. (OSX Only) Similar to dnotify from linux.
$ gem install fs-watch
$ fs-watch [dirsToWatch...] "echo 'execute me when something happens'"