#93: Minor update to conversion script

This commit is contained in:
kdeng00
2024-07-08 19:11:03 -04:00
parent bde264fedc
commit 1174750e3c
-1
View File
@@ -82,7 +82,6 @@ matched_files=( "$WORK_DIR"/*.wav )
# Check if any files were found
if [[ ${#matched_files[@]} -gt 0 ]]; then
echo "Files matching the pattern exist in the directory:"
# echo "${matched_files[@]}"
else
echo "No files matching the pattern were found."
exit