Skip to content

Instantly share code, notes, and snippets.

@jmervine
Created May 22, 2012 16:36
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 jmervine/2770130 to your computer and use it in GitHub Desktop.
Save jmervine/2770130 to your computer and use it in GitHub Desktop.
*/5 * * * * bash -c 'echo `wget -q -t 5 --output-document=- "http://automation.whatismyip.com/n09230945.asp"` > /tmp/myip.txt && scp /tmp/myip.txt <remote_host>:/tmp/myip.txt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment