When i run this script via terminal on my dedicated server it works. But only while the window is opened (the terminal). When i close the window, it close the script for running. How can i make it running forever in the background?
#!/bin/bash
./robots.sh &
./update_robots.sh &
./update_auctions_end.sh &
./auto_bidders.sh