conf2/script/script/convertMp3
2018-07-26 20:50:16 +02:00

2 lines
57 B
Plaintext
Executable File

for f in *.ogg; do ffmpeg -i "$f" "${f%.*}.mp3" ; done