remove cruft

This commit is contained in:
Lukáš Kucharczyk 2022-11-12 23:04:47 +01:00
parent 82351fb5d9
commit a847ff6301
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 0 additions and 1 deletions

1
tag.sh
View File

@ -16,7 +16,6 @@ DB_FILE="tags.db"
DB_SCHEMA="database.sql"
declare -A FILTERS
FILTERS[video]="avi|flv|mkv|mov|mp4|mpg|ogv|webm|wmv"
# LIST_RECURSIVE_FILES_CMD="find ${FOLDER} -type f -regextype posix-extended -iregex \"${REGEX}\""
[ "${DEBUG:-0}" = "1" ] && set -x