|
|
1.1 root 1: #!/bin/sh
2: #
3: # ecoff-cmp file1.o file2.o
4: #
1.1.1.3 ! root 5: ld -s -L -o /tmp/foo1.$$ $1 2>1 > /dev/null
! 6: ld -s -L -o /tmp/foo2.$$ $2 2>1 > /dev/null
1.1.1.2 root 7: tail +10c /tmp/foo1.$$ > /tmp/foo3.$$
8: tail +10c /tmp/foo2.$$ > /tmp/foo4.$$
1.1 root 9: cmp /tmp/foo3.$$ /tmp/foo4.$$
10: rm -f /tmp/foo[1234].$$
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.