We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337b4b7 commit 7e0406fCopy full SHA for 7e0406f
1 file changed
sonarr_dupefinder.sh
@@ -1,4 +1,3 @@
1
-file_count=$(find "$dir" -maxdepth 1 -type f \( -iname "*.mp4" -o -iname "*.mkv" -o -iname "*.avi" -o -iname "*.mov" -o -iname "*.wmv" -o -iname "*.flv" -o -iname "*.webm" -o -iname "*.mpg" -o -iname "*.mpeg" \) | wc -l)
2
#!/bin/bash
3
4
directory=${1:-.} # Use provided directory or default to current directory
0 commit comments