xref: /plan9/sys/src/cmd/fossil/unpack (revision 5e96a66c77eb9140492ca53f857cbbf108e128ed)
1#!/bin/rc
2
3D=/n/ehime/testplan9
4
5time cp /sys/lib/dist/web.protect/plan9.iso.bz2 /n/ehime
6time bunzip2 -c /n/ehime/plan9.iso.bz2 > /n/ehime/plan9.iso
7rm /srv/9660
89660srv
9mount /srv/9660 /n/sid /n/ehime/plan9.iso
10rm -rf $D
11mkdir $D
12time dircp /n/sid $D
13mkdir $D/n/emelieother  # for lp
14