Custom function. Get external IP.

This commit is contained in:
Sankara Rameswaran 2011-03-02 17:12:34 +05:30
commit 164648ce2b

4
custom/ip.zsh Normal file
View file

@ -0,0 +1,4 @@
function whatismyip() {
echo `curl http://whatismyip.akamai.com/ -s`
}