Cannot start a script
Solution 1:
If your script is killing itself then there are a couple of options
- rename the script so that it nolonger matches you grep RE.
- change the grep RE so that it is unique to the program you want to kill.
If your script is killing itself then there are a couple of options