123456789101112131415 |
- burncd is a POSIX CD burning sh script that relies on cdrecord and
- supports flac, mp3, wav and Sun/NeXT audio files. It aims to be
- portable, fast and minimal.
- burncd should work with any bash compatible shell including ash, dash
- ksh, mksh, pdksh, yash and zsh.
- burncd requires to be run as root, to work around this cdrecord's
- permissions can be changed.
- # chown root:somegroup /usr/bin/cdrecord
- # chmod 4710 /usr/bin/cdrecord
- Then make sure your user belongs to 'somegroup'.
|