Tired of trying to remember this one.

This commit is contained in:
Julien Palard 2021-09-29 21:06:57 +02:00
parent 93aa4e7c89
commit 6b93777104
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 5 additions and 0 deletions

View File

@ -208,4 +208,9 @@ _compile_python()
}
myip()
{
dig +short myip.opendns.com @resolver1.opendns.com
}
complete -F _compile_python compile_python