#! /bin/csh -f
# Last edited on 1999-05-19 06:28:26 by stolfi

foreeach f ( $* )
  echo "=== $f ==="
  traceroute -m 10 -w 1 $f
end
