#! /bin/sh

mt rew

for file in `cat Contents`
do
	dd if=${file} of=/dev/nrmt0 obs=10240 ibs=512 conv=sync > /dev/null 2>&1
done

mt offl

exit 0
