Skip to content

Instantly share code, notes, and snippets.

@kmcnellis
Created March 14, 2015 05:12
Show Gist options
  • Save kmcnellis/3d04062450a4e95b793a to your computer and use it in GitHub Desktop.
Save kmcnellis/3d04062450a4e95b793a to your computer and use it in GitHub Desktop.
ROC for Mac
#!/bin/sh
#ROC for mac
echo $@
$@
while fswatch -r --one-event .
do
$@
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment