Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/cmd/fossil/unpack

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


#!/bin/rc

D=/n/ehime/testplan9

time cp /sys/lib/dist/web.protect/plan9.iso.bz2 /n/ehime
time bunzip2 -c /n/ehime/plan9.iso.bz2 > /n/ehime/plan9.iso
rm /srv/9660
9660srv
mount /srv/9660 /n/sid /n/ehime/plan9.iso
rm -rf $D
mkdir $D
time dircp /n/sid $D
mkdir $D/n/emelieother  # for lp

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.