Skip to content

Instantly share code, notes, and snippets.

@matiasleidemer
Created September 2, 2011 22:29
Show Gist options
  • Save matiasleidemer/1190100 to your computer and use it in GitHub Desktop.
Save matiasleidemer/1190100 to your computer and use it in GitHub Desktop.
Lame Bash Script
for song in *.mp3; do lame "${song}" "${song}_128.mp3"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment