Do start up programs run inside or outside the shell?
ToddAndMargo
ToddAndMargo at zoho.com
Wed Apr 24 21:54:30 CEST 2019
On 4/23/19 3:48 PM, ToddAndMargo wrote:
> Hi All,
>
> Do (session and) start up programs run inside or
> outside the "Shell" (bash)?
>
> I other words, if I want something to run inside the shell, do I
> need `bash -c "xxx"`
>
> Many thanks,
> -T
Figured it out. It is outside the shell, so I
needed to add
bash -d "xxx"
bash -c "if [ ! $(pgrep osmo) ]; then /usr/bin/osmo; fi"
More information about the Xfce
mailing list