File: burn

package info (click to toggle)
vcdtools 0.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 240 kB
  • ctags: 223
  • sloc: ansic: 2,000; makefile: 54; sh: 5
file content (15 lines) | stat: -rwxr-xr-x 337 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
#
# This is a sample script for burning a VCD
# You have to adapt the DEVICE and DRIVER variables
# to the values of your CD burner
#

DEVICE="5,0"  # SCSI id and lun
DRIVER="generic-mmc"

# Remove the following 2 lines
echo "This is a sample script, edit it first"
exit

cdrdao write --device $DEVICE --driver $DRIVER vcd.toc