mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-02 01:03:07 +01:00
8 lines
135 B
Fish
8 lines
135 B
Fish
|
function pubip
|
||
|
if type -q jq
|
||
|
command curl -s ipinfo.io | command jq
|
||
|
else
|
||
|
command curl -s ipinfo.io
|
||
|
end
|
||
|
end
|