You can just run the script in the background:
$ myscript &
Note that this is different from putting the & inside your script, which probably won’t do what you want.
You can just run the script in the background:
$ myscript &
Note that this is different from putting the & inside your script, which probably won’t do what you want.