Initial revision

This commit is contained in:
ceriel
1987-01-13 10:01:07 +00:00
parent 25fd718557
commit 6062643c14
2 changed files with 22 additions and 0 deletions

6
util/ego/compare Executable file
View File

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