On Sun, Jun 28, 2015 at 11:19:00PM +0200, Tomas Hlavaty wrote:
> >> This can be done with the (surprise!) 'exec' function
> >> 
> >>    http://software-lab.de/doc/refE.html#exec
> >
> > On the other hand, if you need to use (fork) 0 for example because you
> > want to inherit something from the parent pil process to the child - you
> > can simply (bye) in the parent after forking the child.
> 
> my question is about the bin/pil shell script.  Thinking about it now,
> this script is not for production iirc, so an extra shell process is not
> a problem actually.

Then I don't understand your question at all.

If you want to start it from a shell, and want that shell to disappear
after starting pil, then you use the shell's exec command of course

   exec pil ...

♪♫ Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to