#!/bin/sh
DEV=/dev/nst0
echo "Rewinding Tape"
mt -f $DEV rewind
