#! /bin/sh
#OpenScript
#(OS)Dump a file or a set of files to the floppy (bar format). 
#(OS)Please drop here a file or a set of files. Bar is useful
#(OS)when multiple volumes (i.e. floppies) are needed.
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; bar cvf /dev/rfd0c $*"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
