#! /bin/sh
#OpenScript
#(OS)Dump a file or a set of files to the floppy (tar format).
#(OS)Please drop here the file or a set of files to be dumped.
OPENFLAGS=9
OPENICON="floppy.xpm"
OPENCOMMAND="echo WARNING: This will overwrite the data on the floppy.  ; echo Please press Ctrl-C to abort or return to continue.; read dummy; tar cvf $FLOPPY $*"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
