conf2/script/script/convertMp3

2 lines
57 B
Plaintext
Raw Normal View History

2018-07-26 18:50:16 +00:00
for f in *.ogg; do ffmpeg -i "$f" "${f%.*}.mp3" ; done