remmoved ^B aka 0x02 aka STX

This commit is contained in:
2025-05-11 23:55:25 +02:00
parent 3c8ca3814f
commit d74a5f4eea

View File

@@ -4,7 +4,7 @@
# Check if input folder is provided # Check if input folder is provided
VERSION="__VERSION__" VERSION="__VERSION__"
if [[ -z "$1" ]]; then if [[ -z "$1" ]]; then
echo "Usage: comp <folder_or_file_to_compress> [output_file]" echo "Usage: comp <folder_or_file_to_compress> [output_file]"