lllindsey0615's picture
initial commit
a189727
raw
history blame contribute delete
55 Bytes
for f in *.mp3; do ffmpeg -i "$f" "${f%.mp3}.wav"; done