forked from colonelpanic/dotfiles
8 lines
76 B
Plaintext
8 lines
76 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
|
||
|
function externalip {
|
||
|
curl -s ifconfig.co
|
||
|
}
|
||
|
|
||
|
externalip
|