#93: Minor update to conversion script
This commit is contained in:
@@ -82,7 +82,6 @@ matched_files=( "$WORK_DIR"/*.wav )
|
|||||||
# Check if any files were found
|
# Check if any files were found
|
||||||
if [[ ${#matched_files[@]} -gt 0 ]]; then
|
if [[ ${#matched_files[@]} -gt 0 ]]; then
|
||||||
echo "Files matching the pattern exist in the directory:"
|
echo "Files matching the pattern exist in the directory:"
|
||||||
# echo "${matched_files[@]}"
|
|
||||||
else
|
else
|
||||||
echo "No files matching the pattern were found."
|
echo "No files matching the pattern were found."
|
||||||
exit
|
exit
|
||||||
|
|||||||
Reference in New Issue
Block a user