Skip to content

Commit c098c05

Browse files
committed
Show tabulated data
1 parent dd4dc88 commit c098c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ do
3030

3131
FAIL=1
3232
else
33-
echo -e "${GREEN}$fw ${NC} \t ${#url_output} bytes \t URL: $url"
33+
printf " %-34b %s bytes URL: %s\n" "${GREEN}$fw ${NC}" "${#url_output}" "$url"
3434
fi
3535
fi
3636
done

0 commit comments

Comments
 (0)