4 lines
66 B
Bash
4 lines
66 B
Bash
|
function ifconfig.me () {
|
||
|
echo $(curl -s http://ifconfig.me/)
|
||
|
}
|