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