#!/bin/sh
${SHAK_USERPATH}/lib/shak_remsh ${SHAK_REMSH} ${SHAK_TAPEHOST} "dd bs=512 of=${SHAK_TAPEDEVICE}" 2>/dev/null
exit $?
