#! /bin/sh
#OpenScript
#(OS)Compare two files. Drop here the two files or 
#(OS)directories that need to be compared.
OPENFLAGS=9
OPENICON="appl.xpm"
OPENCOMMAND="if [ -z  \"\$1\" -o -z \"\$2\" ]; then echo \"Drop here the two files or directories that need to be compared\"; else diff \$1 \$2; fi"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
