I am trying to write a bash script (for linux) that will start two processes at the same time - a graphical interface and a background process - and will exit both if it either exits. There is a lot of documentation about starting right away (and the ampersand is quite simple), but exiting it does not lead to another exit. Is there any way to do this? Thanks in advance!
For more information: I run two ruby ββprograms. I am working on ubuntu. This is for the kiosk.
source share