diff options
Diffstat (limited to 'wip')
-rwxr-xr-x | wip | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,5 +5,5 @@ current_ip=$(dig +short myip.opendns.com @208.67.222.222) geo_loc_ip=$(geoiplookup "$current_ip" | grep -v "Country" | sed 's/^.*: //g') command -v "notify-send" 1>/dev/null && - notify-send " $current_ip" "$geo_loc_ip" + notify-send " $current_ip" "$geo_loc_ip" printf "ipv4: %s\n%s\n" "$current_ip" "$geo_loc_ip" |