scripts/show_ip.sh

3 lines
58 B
Bash
Raw Normal View History

2022-05-07 13:08:52 +02:00
ip_value=$(curl -s https://api.ipify.org/)
echo $ip_value