Skip to content

fswatch

Andy Gill edited this page Jan 27, 2017 · 1 revision

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

Clone this wiki locally