Skip to content

Instantly share code, notes, and snippets.

@Algogator
Created September 26, 2015 14:39
Show Gist options
  • Save Algogator/80993edf4bfdc28f5690 to your computer and use it in GitHub Desktop.
Save Algogator/80993edf4bfdc28f5690 to your computer and use it in GitHub Desktop.
Send IP to Dad
curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//' | mail -s "IP Address" anna.cs.au@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment