#!/bin/csh
set a=0
while ( $a < $1 )
	echo -n " "
	@ a++
end
