I wrote a bash script to start Django forks, however I want to leave the server while it is working with the bash script. I am writing a web application for Koding.com that launches a Django process in an online terminal connected to a user's personal virtual machine by running a bash script with a click of a button, and I want users to be able to complete the process with a click of a button. I know that C control will complete the process, but I could not find out how to do this in a bash script. How could I do this? Thank you

UPDATE: I ultimately combined my selected answer for this question and this answer from another question I asked (how to run unix commands in the django shell) to solve my problem: https://stackoverflow.com/a/316618/