add debug

This commit is contained in:
Antonio J. Delgado 2024-11-20 10:44:52 +02:00
parent acf86fc5c9
commit f8bae21bb3

View file

@ -9,6 +9,7 @@ do
mkdir -p "${channel}"
while read -r file
do
echo "Moving file '${file}'..."
mv -- "${file}" "${channel}/"
done <<< "$(find . -mindeth 1 -maxdepth 1 -type f -name \*"${video_id}"\*)"
fi