head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2007.05.05.04.10.05;	author reid;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@#! /bin/csh -x
set variable = `cat tmp`
echo $variable
foreach f (`cat tmp`)
echo $f
end
@
