Skip to content

Instantly share code, notes, and snippets.

@hplc
Created April 7, 2017 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hplc/62c8d4538df10373823f032688ba32a7 to your computer and use it in GitHub Desktop.
Save hplc/62c8d4538df10373823f032688ba32a7 to your computer and use it in GitHub Desktop.
#!/bin/bash
for (( ; ; ))
do
wget -m http://www.youobd2.com
sleep 1h
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment