Rebuild project if a source file is modified or added to the src/ directory: $ while true; do ls src/*.rb | entr -d make; done