curtis1000
6/24/2017 - 9:47 PM

Watch Script on MacOS

Watch Script on MacOS

Watch Script on MacOS

Dependencies

brew install entr

entr is a utility that responds to change, we just need to pipe in a list of files for it to watch

Example Usage:

find ./Sources ./Tests | entr -s 'clear; swift test'