🎨 lines should be < 80
This commit is contained in:
parent
e8d2c3d6d3
commit
14413bbf07
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue