[SOLVED] launch app via custom command but CTRL+C closes the app
by Janus84 from LinuxQuestions.org on (#4WNZS)
Thanks for looking
I'm just learning how to set up custom cli commands in /usr/bin directory.
If I launch an app (video management software) the terminal is still "running". I want to keep using the cli but when I CTRL+C the app closes. I do understand why, but is there a way to keep using the terminal without closing the app or do I need to open new terminal window?
The app also closes when I close the original terminal window.


I'm just learning how to set up custom cli commands in /usr/bin directory.
If I launch an app (video management software) the terminal is still "running". I want to keep using the cli but when I CTRL+C the app closes. I do understand why, but is there a way to keep using the terminal without closing the app or do I need to open new terminal window?
The app also closes when I close the original terminal window.