2025-01-31 15:40:41 -05:00

6 lines
91 B
Fish
Executable File

if count $argv >/dev/null
curl ipinfo.io/$argv
else
curl checkip.amazonaws.com
end