From bfaa7b38daabe8c41a7522cc834172ef963a96bc Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 30 May 2021 14:12:25 -0400 Subject: [PATCH] fmt-music: add comment --- fmt-music | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2