#
set fromdir = /snd
set todir = /snda
foreach n ( `cat /tmp/bobw` )
	echo ./cpsf $fromdir/$n $todir/$n
	./cpsf $fromdir/$n $todir/$n
	if ($status != 0) exit 1
	echo DONE
end
