#! /bin/sh
#OpenScript
#(OS)Compress file(s) using gzip. Drop here the file or 
#(OS)set of files 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 gzip \$*;fi"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
