submited by Russell Mon 24 Jan 05 Edited Fri 08 Jul 05
## this is a shell script
## this will decode mp3 files into the proper format for an
## audio CD, and burn them to the cdr
## order will be alphanumeric, and if the they won't all fit, the disk
## may become a coaster
for I in *.mp3
do
mpg123 --cdr - "$I" | cdrecord -audio -pad -nofix -
done
cdrecord -fix
This file (the script that presented the data, not the data itself) , last modified Wednesday 18th of September 2024 12:00:10 PM
your client: CCBot/2.0 (https://commoncrawl.org/faq/)
current time: Wednesday 18th of September 2024 12:00:10 PM