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