View gist:b7f91a88665c6be3f7d591cdc3849733
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 |