8 lines
76 B
Plaintext
Raw Normal View History

2023-06-21 17:48:50 -06:00
#!/usr/bin/env sh
function externalip {
curl -s ifconfig.co
}
externalip