#! /bin/sh
#OpenScript
#(OS)Converts encoded files to its original representation.
#(OS)See Uuencode. Drop here the encoded (uuencode)
#(OS)file.
OPENFLAGS=9
OPENICON="cycle.xpm"
OPENCOMMAND="if [ -z \"\$1\" ]; then echo \"Drop here the encoded (uuencode) file.\"; else uudecode  $1; fi"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
