1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-03-16 02:47:04 +00:00

6 lines
91 B
Fish
Raw Normal View History

2022-04-30 10:21:43 -04:00
if count $argv >/dev/null
curl ipinfo.io/$argv
else
curl checkip.amazonaws.com
end