Compare commits

..

No commits in common. "9a69cbe1a74a0d6eae1da388bcd8733730abe9ca" and "3b908772cb8fed77082fab71b9c5202b58a6d0c3" have entirely different histories.

2 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
#!/bin/sh
filename="$1"
if [ -z "$filename" ]; then
echo "usage: ./$0 [filename]"
exit 1
fi
set -ex
cdrecord -speed=8 -v dev=/dev/sr0 -tao -multi -xa tdata01.iso
cdrecord -eject -overburn -speed=8 -v dev=/dev/sr0 -tao -xa "$filename"

Binary file not shown.