#! /bin/sh
#OpenScript
#(OS)Converts (encode) a binary file into an ASCII-encoded 
#(OS)representation that  can be sent using mail(1). Please 
#(OS)drop here the file to be encoded.
OPENFLAGS=9
OPENICON="cycle.xpm"
OPENCOMMAND="echo -n Please enter the name of the output file:; read output_file;uuencode  $1 $1 >\$output_file"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
