🎨 lines should be < 80

master
otthorn 3 years ago
parent e8d2c3d6d3
commit 14413bbf07

@ -128,7 +128,8 @@ function compute_compression
input_size_h=`du -h "$input_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

Loading…
Cancel
Save