index
:
dotfiles.git
debian
debian-openbox
dell
master
slim7
sway
My dotfiles
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
deflac.sh
blob: 24d97801fbf0632bd09daac1c00bdd14dfeaf9aa (
plain
)
1
2
3
4
5
#!/bin/bash for a in ./*.flac; do ffmpeg -i "$a" -qscale:a 0 "${a[@]/%flac/mp3}" done