Add support for multiple executables
As a developer I would like to add support for running multiple executables from the same script using Tmux split
@Bourne-ID you previously did some work on https://github.com/dgibbs64/SteamCMD-AppID-List where you created spawned tmux sessions at once. Do you think you would be up for creating something similar that allows LinuxGSM to start and stop multiple binaries? there are now 3 different servers that could use this feature now.
GitHub
Complete Steam AppID List. Contribute to dgibbs64/SteamCMD-AppID-List development by creating an account on GitHub.
Seems like you could just open multiple windows within a single LGSM instance. That's something I'm looking at doing. To accomplish this, this seems like an interesting read to get started: https://stackoverflow.com/questions/5609192/how-to-set-up-tmux-so-that-it-starts-up-with-specified-windows-opened
Stack OverflowHow to set up tmux so that it starts up with specified windows opened?