Run the following command:
for file in *.flac; do flac -cd "$file" | lame -h - "${file%.flac}.mp3"; done
Note: You'll need both flac and lame installed (obviously).
If you need a more advanced script try this solution over linuxtutorialblog.com.
for file in *.flac; do flac -cd "$file" | lame -h - "${file%.flac}.mp3"; done
/etc/apache2/users/<YOURUSER>.conf
<Directory "/Users/<YOURUSER>/Sites/">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
~/.bash_profileput:
export CLICOLOR=1 export LSCOLORS=GxFxCxDxBxegedabagaced