adding public ip scraper

This commit is contained in:
Lord Of Nougate 2024-02-25 23:11:59 +01:00
parent ad05e7ad64
commit e1480fa3b2
1 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,5 @@
ip_value=$(curl -s https://api.ipify.org/)
echo $ip_value
CURRENT_IP=$(curl -s https://api.ipify.org/)
echo $CURRENT_IP
notify-send "Current IP" "$CURRENT_IP"