Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2005 18:11:45 -0500
From:      Charles Swiger <cswiger@mac.com>
To:        Gert Cuykens <gert.cuykens@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: .xinitrc
Message-ID:  <a25384d83f44cf788bd9c75f15d221b0@mac.com>
In-Reply-To: <ef60af0905033115062cfaf90d@mail.gmail.com>
References:  <ef60af0905033115062cfaf90d@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mar 31, 2005, at 6:06 PM, Gert Cuykens wrote:
> How do you start two things ?
>
> exec unclutter -root
> exec enlightenment

Don't use exec, except possibly for the last command.  Use an "&" after 
the command name for earlier commands which do not exit immediately.

-- 
-Chuck



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a25384d83f44cf788bd9c75f15d221b0>