Created
December 21, 2016 17:00
-
-
Save farrellit/82de3584b959a47abbf32d5f4114c438 to your computer and use it in GitHub Desktop.
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
olddate='' | |
cmd='make r53' | |
while true; do newdate=`stat -f %m rotate-by-r53.py `; [[ "$olddate" == "$newdate" ]] || { olddate="$newdate"; $cmd; }; sleep 0.25; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment