Skip to content

Instantly share code, notes, and snippets.

@pellared
Created May 28, 2020 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pellared/ed7b341c52b0c5505dc9ed0b078bd643 to your computer and use it in GitHub Desktop.
Save pellared/ed7b341c52b0c5505dc9ed0b078bd643 to your computer and use it in GitHub Desktop.
# install radovskyb/watcher
cd ~ && GO111MODULE=on go get github.com/radovskyb/watcher/cmd/watcher && cd -
# run watcher to run make when something changes
watcher -dotfiles=false -cmd="make all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment