#!/bin/csh -f

set count = 0

while ("$<" != "quit")
@ count++
  netscape  -remote "openURL(http://www.msnbc.com/modules/feedback/mailbag_submit.asp?subject=Holocaust:&ToEmail=badideas@msnbc.com)"
echo "Awaiting carriage return in shell to revote."
end

echo $count
