|
|
1.1 ! root 1: #! /bin/sh ! 2: # ! 3: # @(#)newvers.sh 1.1 2/5/86 ! 4: # ! 5: if [ ! -r version ]; then echo 0 > version; fi ! 6: touch version ! 7: awk ' { version = $1 + 1; }\ ! 8: END { printf "char version[] = \"Version 4.%d ", version > "vers.c";\ ! 9: printf "%d\n", version > "version"; }' < version ! 10: echo `date`'";' >> vers.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.