#
set tarFile = m2.tar.Z

echo Tarring the Modula-2 tar file to the Modula-2 distribution tape
tar cvf /dev/rmt0l $tarFile
if ($status != 0) then
    echo Error tarring file to tape
    exit 1
endif
echo Tar file successfully written
