Skip to content

Instantly share code, notes, and snippets.

@wideawakening
Last active June 16, 2021 08:49
Show Gist options
  • Save wideawakening/ba93f798d1c764953dc2ae51ed71b021 to your computer and use it in GitHub Desktop.
Save wideawakening/ba93f798d1c764953dc2ae51ed71b021 to your computer and use it in GitHub Desktop.
bash scripties
# get the duration (in minutes) of a to-be-burnt audio-cd, based on mp3 files
echo "$(sox --info -D * | awk '{s+=$1} END {print s}')/60" | bc
# after manual order, preview
ls -v | xargs -I {} mplayer {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment