modify script

This commit is contained in:
Daniel Sommer 2024-11-05 15:44:12 +01:00
parent 9d912f5fee
commit 9ceae1e7f1

View file

@ -34,6 +34,6 @@ while true; do
continue
fi
printf "> #"$counter": scanning to '"$file"' finished!\n"
postprocess "$file" "$directory" "$counter"
#postprocess "$file" "$directory" "$counter"
((counter++))
done