Browse Source

Add IP geo info lookup script

lennylxx 8 years ago
parent
commit
70ecf0f05e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tools/geoip.sh

+ 3 - 0
tools/geoip.sh

@@ -0,0 +1,3 @@
+url="ipinfo.io/"$1
+echo $url
+curl $url