Plan 9 from Bell Labs’s /usr/web/sources/contrib/pac/rc/bin/iso/mk

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


#!/bin/rc
# prepares CD image of the specified dir (below) to cd.iso
# version 0.03
#  Tue Nov 30 15:55:01 EST 2004 Peter A. Cejchan <cej@gli.cas.cz | pac7@post.cz | pac@plan9.cz>


t1 =`{date}
rm $home/cd.iso >[2] /dev/null
disk/mk9660 -r -s $home/iso $home/cd.iso
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.