Initial revision
This commit is contained in:
10
modules/compare
Executable file
10
modules/compare
Executable 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
|
||||
Reference in New Issue
Block a user