Annotation of 42BSD/sys/conf/newvers.sh, revision 1.1.1.1

1.1       root        1: if [ ! -r version ]; then echo 0 > version; fi
                      2: touch version
                      3: awk '  {       version = $1 + 1; }\
                      4: END    {       printf "char version[] = \"4.2 BSD UNIX #%d: ", version > "vers.c";\
                      5:                printf "%d\n", version > "version"; }' < version
                      6: echo `date`'\n";' >> vers.c

unix.superglobalmegacorp.com

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