🎨 lines should be < 80

This commit is contained in:
otthorn 2021-02-15 00:33:49 +01:00
parent e8d2c3d6d3
commit 14413bbf07

View file

@ -128,7 +128,8 @@ function compute_compression
input_size_h=`du -h "$input_path" | cut -f1` input_size_h=`du -h "$input_path" | cut -f1`
output_size_h=`du -h "$output_path" | cut -f1` output_size_h=`du -h "$output_path" | cut -f1`
echo "Size reduced from ${bold}$input_size_h${normal} to ${bold}$output_size_h${normal} [$percentage %]" echo "Size reduced from ${bold}$input_size_h${normal} to \
${bold}$output_size_h${normal} [$percentage %]"
} }
# font settings # font settings