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