#!/bin/sh
perl -pi.bak -e 's+^#!/bin/csh+#!/bin/tcsh+g;' * src/* glue/*/* >& /dev/null
