Add the '&' symbol to the end of your command seperated by a space. This will put the command in the background and allow bash to continue running the script. Example: #!/bin/bash command1 & command2 & command3