Skip to content

Commit 87a8ae6

Browse files
authored
Merge pull request #26 from joanhey/add-url
Show the URL in check.sh as the length impact in the results
2 parents 2fb8af2 + 34d3ae4 commit 87a8ae6

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"
33+
printf "%-34b %4s bytes %s\n" "${GREEN}$fw ${NC}" "${#url_output}" "$url"
3434
fi
3535
fi
3636
done

0 commit comments

Comments
 (0)