|
|
1.1 ! root 1: PATH=/bin:/usr/bin ! 2: for i in ?.i ! 3: do x=`echo $i | sed 's/..$//'` ! 4: echo $x ! 5: ../comp -XB < $i | egrep -v '\.stab' > /tmp/x$$ ! 6: /lib/ccom -XB < $i | egrep -v '\.stab' > /tmp/y$$ ! 7: cmp /tmp/x$$ /tmp/y$$ || diff /tmp/x$$ /tmp/y$$ | sed 's/^< #/new/ ! 8: s/^> #/old/' ! 9: done ! 10: rm /tmp/x$$ /tmp/y$$
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.