Last active
January 9, 2019 16:31
-
-
Save mikeifomin/5ca6ab00937a76d46935ef97cbb574ca to your computer and use it in GitHub Desktop.
watch_simple_fswatch.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!#/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