Alfredo Braunstein wrote:
> There's one default converter that won't work:
> 
> \converter tiff eps "tiff2ps $$i > $$o" ""
> 
> Should we provide a script or do we just nuke it?
> 
> Alfredo

Would this work and, if so, is it safe?

$ cat redirect.sh
#! /bin/sh
exec $1 > $2


\converter tiff eps "sh $$s/redirect.sh('tiff2ps $$i' $$o)" ""


-- 
Angus

Reply via email to