#! /bin/sh

mt rew

for file in `cat Contents`
do
	dd if=${file} of=/dev/nrmt8 conv=ebcdic,sync cbs=80 obs=1600 ibs=80 > /dev/console >&1
done

mt offl

exit 0
