Imagine we have two scripts: A.py (which is currently running) and B.py (which is not running)
Is there a way that when we kill A.py (by doing CTRL-C or kill -9 PID_A.py
), the script B.py starts automatically?
Thank you in advance for your help
Imagine we have two scripts: A.py (which is currently running) and B.py (which is not running)
Is there a way that when we kill A.py (by doing CTRL-C or kill -9 PID_A.py
), the script B.py starts automatically?
Thank you in advance for your help