Skip to main content
removed HTH
Source Link
f01
  • 266
  • 1
  • 4

In your initiating bash script.

  • keep track of the PID of the second program

  • catch the SIGINT

  • when you have caught a SIGINT, send a SIGINT to the second program PID

HTH

In your initiating bash script.

  • keep track of the PID of the second program

  • catch the SIGINT

  • when you have caught a SIGINT, send a SIGINT to the second program PID

HTH

In your initiating bash script.

  • keep track of the PID of the second program

  • catch the SIGINT

  • when you have caught a SIGINT, send a SIGINT to the second program PID

Source Link
f01
  • 266
  • 1
  • 4

In your initiating bash script.

  • keep track of the PID of the second program

  • catch the SIGINT

  • when you have caught a SIGINT, send a SIGINT to the second program PID

HTH