Skip to content

Instantly share code, notes, and snippets.

View kshoji's full-sized avatar
🎹
I've started implementing MIDI 2.0/SMF 2.0 feature for several platforms.

Kaoru Shoji kshoji

🎹
I've started implementing MIDI 2.0/SMF 2.0 feature for several platforms.
View GitHub Profile
@kshoji
kshoji / Page renewal watcher
Created November 30, 2012 07:32
one liner shell scripts
yes 'curl "http://example.com/page/to/watch.html"|md5|perl -e "\$md5=<>;chop\$md5;if(\$md5 ne \"md5 hash string\"){system \"growl -s -H localhost -m renewed!\";}";sleep 60'|sh