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 4e02458 commit 1bedf86Copy full SHA for 1bedf86
check.sh
@@ -30,7 +30,7 @@ do
30
31
FAIL=1
32
else
33
- printf "%-34b %4s bytes %s\n" "${GREEN}✔ $fw ${NC}" "${#url_output}" "$url"
+ printf "%-34b %4s bytes URL: %s\n" "${GREEN}✔ $fw ${NC}" "${#url_output}" "$url"
34
fi
35
36
done
0 commit comments