Skip to content

Instantly share code, notes, and snippets.

@audstanley
Last active December 17, 2016 21:22
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 audstanley/4750dd466b8634d8bc9b6fd07f2860c2 to your computer and use it in GitHub Desktop.
Save audstanley/4750dd466b8634d8bc9b6fd07f2860c2 to your computer and use it in GitHub Desktop.
getExternalIpAddress.sh
sudo su;
sudo echo "0/10 * * * * root curl ifconfig.me > /home/pi/myIp.txt" >> /etc/;
exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment