lynx command doesn't work anymore

This commit is contained in:
gardouille 2023-08-11 14:34:11 +02:00
parent 69c56fa06f
commit 4aac1f1bbe
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 0 additions and 1 deletions

1
zshrc
View File

@ -1297,7 +1297,6 @@ function unshorten()
function ippub()
{
#curl ifconfig.me
#lynx --dump http://www.whatismyip.com/|grep Your|awk '{print $4}'
#wget http://checkip.dyndns.org/ -O - -o /dev/null | cut -d" " -f 6 | cut -d\< -f 1
dig +short myip.opendns.com @resolver1.opendns.com
}