add debug
This commit is contained in:
parent
acf86fc5c9
commit
f8bae21bb3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue