Skip to content

Instantly share code, notes, and snippets.

@elgreg
Last active December 22, 2015 22:08
Show Gist options
  • Save elgreg/6537678 to your computer and use it in GitHub Desktop.
Save elgreg/6537678 to your computer and use it in GitHub Desktop.
while true; do wget "https://public.dmv.washingtondc.gov/waitwatch/95m2/video.jpg"; sleep 35; kill -0 "$$" || exit; done 2>/dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment