#!/bin/csh

set thisdir = `dirname $0`
foreach a ( cyates gpaterso irpurdie jmbarnes mpiefel npower tahutchi )
  $thisdir/wh $a
  w | grep "^$a"
  echo
end
