I have a script like this:
#!/bin/sh
exec ./cmd1&
exec ./cmd2
If I kill the script only cmd2 is killed, cmd1 keeps running.
Is it possible that both processes quit automatically?
|
I have a script like this:
If I kill the script only
| |||
|
feedback
|
This question came from our site for system administrators and desktop support professionals.
|
do not do second
| |||||||||||||
feedback
|