5 lines
72 B
Bash
Executable file
5 lines
72 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
CURRENT_IP=$(curl -s ifconfig.me)
|
|
echo $CURRENT_IP
|