Adding Admin and Shared scripts
This commit is contained in:
4
Shared/whatismyip
Executable file
4
Shared/whatismyip
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
echo Cloaked as $(/usr/bin/lynx --dump whatismyipaddress.com | grep '/ip/' | head -n 1 | cut -f 5 -d '/')
|
||||
|
||||
|
Reference in New Issue
Block a user