I must terminate a Python script and 2 bash scripts using crontab.
I needed a command to terminate all bash scripts ('killall Python' already works for terminating the python script) but when i use 'killall bash' it doesn't works...
Does anyone knows a solution to my problem? Maybe another command, or an especific way to use killall!
Thanks in advance!