#!/bin/csh -fxv
set spaces = ` repeat $0 echo -n ' ' `
echo -n ">$spaces<" ; echo hello
