Skip to content

Commit e463b98

Browse files
authored
Fixed a new-line issue with lynx
Lynx displayed a new-line after the expected output. This addition fixes this issue.
1 parent c7874c0 commit e463b98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
wget -qO - http://icanhazip.com | grep ^
22
# or
3-
lynx --dump http://icanhazip.com | grep ^
3+
lynx --dump http://icanhazip.com | grep ^ | head -1
44
# or
55
curl -s http://icanhazip.com | grep ^

0 commit comments

Comments
 (0)