Annotation of xinu/sys/Checkup, revision 1.1.1.1

1.1       root        1: #!/bin/sh
                      2: PATH=/bin:/usr/bin:/usr/ucb
                      3: export PATH
                      4: echo Checking up...
                      5: echo Checking for missing/extra .o files...
                      6: ./Diffo
                      7: echo Checking .c headers...
                      8: ./Ckhead *.c
                      9: echo Checking .s headers...
                     10: ./Ckhead *.s
                     11: echo Checking .h headers...
                     12: ./Ckhead ../h/*.h
                     13: echo Checkup done...

unix.superglobalmegacorp.com

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