[scripts] feat: bulk now defaults to OGG convertion

This commit is contained in:
David JULIEN 2022-03-04 18:48:07 +01:00
parent 5e773fa506
commit c021088223
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@
[ $1 = "" ] && 1="mv -i"
[ $1 = "sox" ] && flags="-C 320"
[ $1 = "sox" ] && flags="-C 6"
\ls | $EDITOR - -c ":%s/.*/$1 \"&\" $flags \"&\"/g"