Skip to content

Instantly share code, notes, and snippets.

@meska
Created September 27, 2015 09:31
Show Gist options
  • Save meska/5f1ba21b2eb8a8a2f0ba to your computer and use it in GitHub Desktop.
Save meska/5f1ba21b2eb8a8a2f0ba to your computer and use it in GitHub Desktop.
Mp3 Gain Recursive
#!/bin/bash
find . -name *mp3 -exec mp3gain -r -k {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment