Skip to content

Instantly share code, notes, and snippets.

@bblancha
Created February 27, 2018 14:52
Show Gist options
  • Save bblancha/b7f91a88665c6be3f7d591cdc3849733 to your computer and use it in GitHub Desktop.
Save bblancha/b7f91a88665c6be3f7d591cdc3849733 to your computer and use it in GitHub Desktop.
autobuild.sh
#!/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