Skip to content

Instantly share code, notes, and snippets.

View cocoalabs's full-sized avatar

Lemont Washington cocoalabs

View GitHub Profile
@danielpunkass
danielpunkass / gist:2018752
Created March 11, 2012 23:57 — forked from rcw3/gist:2018059
Self-contained WWDC Status Checker Hack
#!/bin/bash
# run from terminal and you can watch it log as well... or nohup it
cd ~
testSiteForChanges ()
{
ls "old_page.html" 1>/dev/null 2>/dev/null
if [ $? -eq "1" ] ; then
/usr/local/bin/wget -q -O old_page.html $1