What does appending & to ./long_running.sh do?
&
./long_running.sh
Starts the script as a background job and returns the shell prompt immediately
Terminates the script before its first command
Guarantees survival after terminal closure
Forces the shell to wait in the foreground