How can I start serval applications in one script and pipe the output to current terminal?
For development I need a script which starts three webservers (on three ports, of course) and pipe the output of these to current terminal.
The difficult is to stop these webservers at the end of shell. I have to send a signal or better send [Ctrl + C] to all webservers.
I hope you're understanding me ;-)