From: Armaan Bhojwani Date: Sun, 30 May 2021 18:12:25 +0000 (-0400) Subject: fmt-music: add comment X-Git-Url: https://git.armaanb.net/?p=bin.git;a=commitdiff_plain;h=bfaa7b38daabe8c41a7522cc834172ef963a96bc fmt-music: add comment --- diff --git a/fmt-music b/fmt-music index 90457aa..e1a3cfb 100755 --- a/fmt-music +++ b/fmt-music @@ -1,4 +1,5 @@ #!/usr/bin/sh -e +# Turns a nested hierarchy of music files into a flat one find "${1:-.}" -regex '.*\.\(mp3\|ogg\|wav\|aac\|wma\|flac\|alac\)' -type f | \ while read line; do