fswatch - ku-fpg/blackboard GitHub Wiki

fswatch watches files or directories for changes.

Call make each time fswatch is called on a specific file

% fswatch -o -0 Main.hs | xargs -0 -n 1 -I {} make fswatch