#!/bin/tcsh -f

echo ""
echo "This script should not be used."
echo "Use the following instead:"
echo ""
echo "   align_epi_anat.py "
echo ""

goto END


END:
exit 1
