Skip to content

Instantly share code, notes, and snippets.

@luk-
Created June 21, 2012 21:13
Show Gist options
  • Save luk-/2968569 to your computer and use it in GitHub Desktop.
Save luk-/2968569 to your computer and use it in GitHub Desktop.
#!/bin/bash
ip=`/usr/bin/curl -s ipv4.icanhazip.com`
echo -n $ip | /usr/bin/pbcopy
echo $ip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment