Skip to content

Instantly share code, notes, and snippets.

@amccloud
Created February 21, 2012 09:09
Show Gist options
  • Save amccloud/1875328 to your computer and use it in GitHub Desktop.
Save amccloud/1875328 to your computer and use it in GitHub Desktop.
#!/bin/bash
for file in $1/*.mp3
do
mp3splt -d previews -f 1.00 1.29 "$file"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment