~ubuntu-branches/ubuntu/utopic/cdrdao/utopic

« back to all changes in this revision

Viewing changes to contrib/psxcopy-0.2/write-psx

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Suffield
  • Date: 2004-06-24 22:33:16 UTC
  • Revision ID: james.westby@ubuntu.com-20040624223316-534onzugaeeyq61j
Tags: upstream-1.1.9
ImportĀ upstreamĀ versionĀ 1.1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
echo write-psx - v.0.4
 
3
writer='/dev/sg2'
 
4
driver='generic-mmc'
 
5
cdrdao write --device $writer --speed 4 --buffers 128 -v 1 $1.toc
 
6
cp -f $1.toc.backup $1.toc 2> /dev/null
 
7
rm -f $1.toc.backup 2> /dev/null
 
 
b'\\ No newline at end of file'