Compare commits

...

2 Commits

Author SHA1 Message Date
9a69cbe1a7 add tdata01.iso 2025-12-13 17:42:44 -06:00
0806448088 add burn_data.sh 2025-12-13 17:42:19 -06:00
2 changed files with 13 additions and 0 deletions

13
burn_data.sh Normal file
View File

@ -0,0 +1,13 @@
#!/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"

BIN
tdata01.iso Normal file

Binary file not shown.