On Wed, Oct 17, 2001 at 08:47:31AM -0500, Mike Renfro wrote:
> Ok, then. Assuming Bourne shell:
>
> for patch in ../Patches/*
> do
> patch -p0 < $patch
> done
That's fine.
Oleg.
--
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.