Skip to content

Commit 7e0406f

Browse files
authored
fixup!
1 parent 337b4b7 commit 7e0406f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sonarr_dupefinder.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)
21
#!/bin/bash
32

43
directory=${1:-.} # Use provided directory or default to current directory

0 commit comments

Comments
 (0)