#! /bin/sh
#OpenScript
#(OS)Extract the content of the floppy (bar format). Bar is
#(OS)useful when multiple volumes (i.e. floppies) are needed.
OPENFLAGS=9
OPENICON="floppy.xpm"
OPENCOMMAND="echo  WARNING: This might overwrite existent files.; echo Please press Ctrl-C to abort or return to continue.; read dummy; bar xvf /dev/rfd0c"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
