A simple script that uses play command or SoX (Sound eXchange) to play mp3 files on linux. It first looks through the current directory for any mp3 files, and then creates a randomized playlist that plays each one in the background.
git clone https://github.com/saccharide/music-player && chmod +x INSTALL && ./INSTALLsudo apt-get install libsox-fmt-mp3
music
quit
nextSaccharide