Skip to content

Instantly share code, notes, and snippets.

@mikeifomin
Last active January 9, 2019 16:31
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 mikeifomin/5ca6ab00937a76d46935ef97cbb574ca to your computer and use it in GitHub Desktop.
Save mikeifomin/5ca6ab00937a76d46935ef97cbb574ca to your computer and use it in GitHub Desktop.
watch_simple_fswatch.sh
!#/bin/bash
fswatch -ro . | xargs -n 1 bash -c "go test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment