for f in *.flac; do flac -cd "$f" | lame -b 320 - "${f%.*}".mp3; done
"fslroi: command not found"
echo '. /etc/fsl/fsl.sh' >> ~/.bashrc