#! /bin/sh
#OpenScript
#(OS)Extract the content of the floppy (tar format).
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; tar xvf $FLOPPY"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
