lynx command doesn't work anymore
This commit is contained in:
parent
69c56fa06f
commit
4aac1f1bbe
1
zshrc
1
zshrc
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue