1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-03-15 22:07:05 +00:00
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