This question already has answers here:
Closed 4 years ago.
Is there any way to execute two bash scripts without the first one blocking? The following does not work:
exec ./script1.sh #this blocks!
exec ./script2.sh