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