We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7874c0 commit e463b98Copy full SHA for e463b98
1 file changed
recipes/Bash/578578_Get_external_IP/recipe-578578.sh
@@ -1,5 +1,5 @@
1
wget -qO - http://icanhazip.com | grep ^
2
# or
3
-lynx --dump http://icanhazip.com | grep ^
+lynx --dump http://icanhazip.com | grep ^ | head -1
4
5
curl -s http://icanhazip.com | grep ^
0 commit comments