#! /bin/sh
#OpenScript
#(OS)Compress file(s). Drop here the file or set of files
#(OS)to be compressed.
OPENFLAGS=9
OPENICON="compress.xpm"
OPENCOMMAND="if [ -z \"\$1\" ]; then echo Please drop here the file or set of files to be compressed; else compress \$*;fi"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
