Files
dotfiles/.scripts/get_ip
T
2022-12-14 14:46:19 +01:00

4 lines
49 B
Plaintext

function get_public_ip(){
curl icanhazip.com
}