#! /bin/sh
#OpenScript
#(OS)Extract the content of the tape (tar format).
OPENFLAGS=9
OPENICON="tapes.xpm"
OPENCOMMAND="echo  WARNING: This might overwrite existent files.; echo Please press Ctrl-C to abort or return to continue.; read dummy; tar xvf $TAPE"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
