gist: 2027 Download_button fork
public
Public Clone URL: git://gist.github.com/2027.git
ustream-status.sh
1
2
3
4
# run in a directory with ustream-offline.gif and ustream-live.gif
# this makes a symbolic link to the current status as just "ustream.gif"
 
ln -nfs ustream-`curl -s "http://api.ustream.tv/json/channel/wine-library-tv/getValueOf/status?key=$API_KEY&callback=s" | sed -e 's/s(\"\(.*\)\");/\1/g'`.gif ustream.gif

Owner

kastner

Revisions