#!/bin/tcsh -f #H# runs cssh with my command lines. # print usage info if needed if ($1 == "-h" || $1 == "--help" || $1 == "help" || $1 == "") exec sed -n -e '/^\#H\#/s/^....//p' $0 exec cssh -T "$1" -t "-rv" $1