Created
February 27, 2018 14:52
-
-
Save bblancha/b7f91a88665c6be3f7d591cdc3849733 to your computer and use it in GitHub Desktop.
autobuild.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 | |
#play us in | |
$1 | |
while fswatch -e ".*\.swp" -e ".*\.swx" -e ".*\.git\/.*" -e ".*\.db" -r -1 .; do | |
$1 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment