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

Copyright © 2009 Alcatel-Lucent.
Distributed under the Lucent Public License version 1.02.
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 © 2009 Alcatel-Lucent. All Rights Reserved.
Comments to webmaster@plan9.bell-labs.com.