I currently have a Bash Script ("Bash Script 1") that executes a PHP file. I would like to have a Bash script that can launch multiple instances of "Bash Script 1" and let them run at the same time.
Is this possible and how might I go about this?
Any thoughts or comments would be greatly appreciated.