ack/util/ego/compare
1987-01-13 10:01:07 +00:00

7 lines
115 B
Plaintext
Executable file

case $# in
1) DEST="$1" ;;
2) DEST="$2" ;;
*) echo $0 [source] destination ;;
esac
cmp "$1" ../../../lib/ego/$DEST