Skip to content

Instantly share code, notes, and snippets.

@curtis1000
Last active June 27, 2017 16:16
Show Gist options
  • Save curtis1000/4d6342e40fd55ae9020cdf9da528aefc to your computer and use it in GitHub Desktop.
Save curtis1000/4d6342e40fd55ae9020cdf9da528aefc to your computer and use it in GitHub Desktop.
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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment