scripts/show_ip.sh

3 lines
58 B
Bash
Executable File

ip_value=$(curl -s https://api.ipify.org/)
echo $ip_value