I'm currently debugging my app. It ran without any issue. Problem is I want only want to run the script every day at a certain time and I am only running it now to debug. As it is a long task (thousands of queries), I want to end it now as I have already ascertained that my script is working. Is there any way for me to kill bash (kinda like Ctrl + C in IPython console in Spyder)? Need help asap as my script is running (and burning CPU time as we're speaking).
Thanks.