Annotation of xinu/sys/Ckhead, revision 1.1

1.1     ! root        1: #!/bin/sh
        !             2: PATH=/bin:/usr/bin:/usr/ucb
        !             3: for i in $*
        !             4: do NAME=`head -1 $i | sed 's/^\/\* //;s/ .*//'`
        !             5:    BASE=`echo $i | sed 's/^.*\///'`
        !             6:    if test x$NAME != x$BASE
        !             7:    then echo "\"$i\", line 1: malformed header"
        !             8:    fi
        !             9: done

unix.superglobalmegacorp.com

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