#! /bin/sh
#OpenScript
#(OS)List the content of the floppy (bar format). Bar is useful
#(OS)when multiple volumes (i.e. floppies) are needed.
OPENFLAGS=9
OPENICON="floppy.xpm"
OPENCOMMAND="bar tvf /dev/rfd0c"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
