Run arbitrary commands when files change
entr
$ ls src/*.js | entr npm test
$ ls docs/*.md | entr make docs
$ ls config/* app.js | entr -r ./server.js