summaryrefslogtreecommitdiff
path: root/burn-audio-cd
blob: 45659c54e0f9392c0712f5ceebb991e61efc6cac (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

shncue "$@" > cd.cue
shnjoin "$@"

su -c '
  /etc/rc.d/boinc stop
  cdrdao write --eject --device /dev/sr0 cd.cue
  /etc/rc.d/boinc start
'