Annotation of cci/MAKE/mkdiagtape, revision 1.1.1.1

1.1       root        1: DIST= ("make" binaries output area i.e. /DIST)
                      2: if [ -z "$DIST" ]
                      3: then
                      4:     echo "No DIST directory specified!"
                      5:     exit 1
                      6: fi
                      7: tape=/tmp/diagfs
                      8: /etc/mkfs $tape 2560
                      9: /etc/mkproto $tape diagproto
                     10: /etc/fsck -y $tape
                     11: echo type cr when tape is ready
                     12: read x
                     13: dd if=$tape of=/dev/rcy0s bs=1k
                     14: mt rewind
                     15: mt -f /dev/rncy0s fsf 1
                     16: (cd $DIST; tar cv d poc* fpp* wcs boot stand/cat stand/fastcopy stand/vdformat)
                     17: rm $tape

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.