#! /bin/sh
#OpenScript
#(OS)List the content of the floppy (tar format).
OPENFLAGS=9
OPENICON="floppy.xpm"
OPENCOMMAND="tar tvf $FLOPPY"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
