I started my shell script using something like the following:
sh python3_start.sh
How do I stop this completely? If the process is already running and I do a cntrl + c it seems like it stops it but I don't know if it's not entirely killed in the background.