Skip to content

Commit

Permalink
Added myip
Browse files Browse the repository at this point in the history
  • Loading branch information
jleedev committed Jan 28, 2010
1 parent 7295070 commit dad46d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/myip
@@ -0,0 +1,5 @@
#!/bin/sh
#GET http://www.whatismyip.com/ |grep h1 |sed s/h1//g |tr -d "a-zA-Z</> "
curl -s http://checkip.dyndns.org/ |tr -d '[A-Za-z]</> :'
#GET http://www.fuse.net/cgi-bin/ztip.cgi |grep Internet |tr -d "a-zA-Z</> " |sed s/.$//
#GET http://www.whatismyip.org/; echo

0 comments on commit dad46d5

Please sign in to comment.