4 lines
73 B
Fish
4 lines
73 B
Fish
|
function ip -d "Get public IP address"
|
||
|
curl https://ipinfo.io/ip
|
||
|
end
|