Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'View IP address info with GeekTool' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
View IP address info with GeekTool
Authored by: Anonymous on Mar 13, '05 08:51:09PM

Something's changed on the website that will now make your external IP number display as "is". However, I believe that changing

ip=$(curl -s www.whatismyip.com | fgrep 'Your IP is' | awk {'print $4'})

to

ip=$(curl -s www.whatismyip.com | fgrep '<title>Your ip is' | awk {'print $4'})

fixes it.



[ Reply to This | # ]