|
|
1.1 root 1: #!/bin/sh
2: #
3: # ecoff-cmp file1.o file2.o
4: #
5: TMP="${TMP-/tmp}"
6: cp $1 $TMP/foo1.$$
7: cp $2 $TMP/foo2.$$
8: strip $TMP/foo1.$$
9: strip $TMP/foo2.$$
10: tail +10c $TMP/foo1.$$ > $TMP/foo3.$$
11: tail +10c $TMP/foo2.$$ > $TMP/foo4.$$
12: cmp $TMP/foo3.$$ $TMP/foo4.$$
13: rm -f $TMP/foo[1234].$$
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.