ohmyzsh/custom/ip.zsh
2011-03-20 17:01:13 +05:30

4 lines
76 B
Bash

function whatismyip() {
echo `curl http://whatismyip.akamai.com/ -s`
}