Starting multiple applications in Ubuntu Unity
- by Black
I would like to start multiple GUI applications with a single script or command in Ubuntu 12.
By now, I have a shell script that
starts an application in the foreground and waits for the termination of the application
afterwards starts several applications (like browser, mailer, IRC client) in the background
The script is working, however…