Skip to content

Instantly share code, notes, and snippets.

@thykka
Created January 22, 2015 13:56
Show Gist options
  • Select an option

  • Save thykka/324f197bf9be98fb83f9 to your computer and use it in GitHub Desktop.

Select an option

Save thykka/324f197bf9be98fb83f9 to your computer and use it in GitHub Desktop.
Speak your external IP out loud (OS X)
#!/bin/bash
myip () {
ip=$(curl -s ip.appspot.com)
echo "$ip"
say "$ip"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment