init
This commit is contained in:
6
getpubip.sh
Executable file
6
getpubip.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
IP="`wget -q -O - http://ipecho.net/plain`"
|
||||
echo $IP
|
||||
whois $IP | grep country: | cut -d ' ' -f9,10
|
||||
|
||||
Reference in New Issue
Block a user