We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a5f25 commit b2bd0c4Copy full SHA for b2bd0c4
check.sh
@@ -23,7 +23,7 @@ do
23
if ! [[ "$url_output" =~ ^('Hello World!')(.*)(([0-9]*):(([0-9]+([.][0-9]*)?|[.][0-9]+)):([0-9]*))$ ]]; then
24
echo -e "${RED}${ERROR} $fw ${NC}"
25
echo "$url"
26
- echo "$url_output"
+ echo "$url_output" | w3m -dump -T text/html
27
FAIL=1
28
else
29
echo -e "${GREEN}${OK} $fw ${NC}"
0 commit comments