Initial revision

This commit is contained in:
ceriel
1987-01-05 10:58:34 +00:00
parent a92c8bf067
commit caeb6b311d
2 changed files with 43 additions and 0 deletions

10
modules/compare Executable file
View File

@@ -0,0 +1,10 @@
case $# in
1) DEST="$1"
SRC=`basename $DEST`
;;
2) DEST="$2"
SRC="$1"
;;
*) echo $0 [source] destination ;;
esac
cmp "$SRC" ../../$DEST