Skip to content

Instantly share code, notes, and snippets.

@kdnk
Created April 10, 2017 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kdnk/f6bb8b839ecd6960e8ac37a88a406f46 to your computer and use it in GitHub Desktop.
Save kdnk/f6bb8b839ecd6960e8ac37a88a406f46 to your computer and use it in GitHub Desktop.
declare -i i=1
for source in $(ls *mp3); do
n=${source%%.mp3}
mp3splt -o '@a-@t' -d ho/ -c ~/Desktop/EK_DU30F_20110614/du_${i}.cue $source
i=$((i + 1))
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment