Plan 9 from Bell Labs’s /usr/web/sources/contrib/pac/rc/bin/cd/burn

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/bin/rc
# burn a CD from ISO-9660 image on $home/cd.iso
# version 0.03
# Thu Jul  3 06:35:32 EDT 2003 <cej@gli.cas.cz>

rfork e
t1 =`{date}
kill cdfs | rc
kill 9660srv | rc
cdfs -d /dev/sdD0
cp $home/cd.iso  /mnt/cd/wd || echo CD BURNING ERROR
t2 =`{date}
echo begin: $t1
echo end: $t2
# -eof-


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.