#93: Add flac support #101

Merged
kdeng00 merged 25 commits from tsk-93 into master 2024-07-27 13:19:12 -04:00
Showing only changes of commit 1174750e3c - Show all commits
-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