#!/bin/csh -f
#!/bin/csh -fvx
while ( $#argv )
	echo $#argv
	echo $argv[*]
	shift
end
