Create output directory.

This commit is contained in:
Nicolás A. Ortega Froysa 2025-02-19 08:43:10 +01:00
parent f5fe72a2a1
commit 2cf3906c4b

View File

@ -72,7 +72,7 @@ do
then then
mkdir -p "$OUT_DIR" mkdir -p "$OUT_DIR"
fi fi
done < <(find "$SOURCE_DIR" -mindepth 1 -type d -print0) done < <(find "$SOURCE_DIR" -type d -print0)
function process_file() { function process_file() {
file="$1" file="$1"