#!/bin/csh -f
repeat $1 echo -n ' '
echo hello
