Skip to content

Instantly share code, notes, and snippets.

View gist:b7f91a88665c6be3f7d591cdc3849733
#!/bin/bash
#play us in
$1
while fswatch -e ".*\.swp" -e ".*\.swx" -e ".*\.git\/.*" -e ".*\.db" -r -1 .; do
$1
done