commit b7fe0805ae2b895b4978cfd852188107c8459e61 parent 3e9080a440f7749b52ebeb931837cc52d789c14d Author: sin <sin@2f30.org> Date: Tue, 30 Dec 2014 15:39:29 +0000 Add .flac too to sad-add Diffstat:
M | scripts/sad-add | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/scripts/sad-add b/scripts/sad-add @@ -11,6 +11,7 @@ while read -r p; do find "$d" -type f \ \( -iname "*.mp3" -or \ -iname "*.ogg" -or \ + -iname "*.flac" -or \ -iname "*.wav" \) \ -exec echo learn {} \; | \ nc -U "$sock"