move modules to ./modules
This commit is contained in:
5
modules/ip
Executable file
5
modules/ip
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
ip=$(curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//')
|
||||
echo $ip
|
||||
echo ""
|
||||
echo ""
|
Reference in New Issue
Block a user