README 484 B

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