aboutsummaryrefslogtreecommitdiff
path: root/plz
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-26 23:34:01 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-26 23:34:01 +1300
commit779f21b6af604cb50b82f942fd01a3504ba592c1 (patch)
tree4b311c0b1e3dc82dc01ac311929069cb96610c31 /plz
parentRemove an IFS setting (diff)
downloadplz-779f21b6af604cb50b82f942fd01a3504ba592c1.tar.gz
plz-779f21b6af604cb50b82f942fd01a3504ba592c1.zip
Make type-agnostic
Diffstat (limited to 'plz')
-rwxr-xr-xplz1
1 files changed, 0 insertions, 1 deletions
diff --git a/plz b/plz
index 342ccdd..8d597b2 100755
--- a/plz
+++ b/plz
@@ -31,7 +31,6 @@ shopt -s extglob
declare -a matches
while IFS= read -d '' -r file ; do
- [[ $file == *.@(flac|m4a|mp3|ogg) ]] || continue
matches[${#matches[@]}]=$file
done < <(
find "${PLZ_DIR:-$HOME/Music}" \