linux - Why is my bash script that executes another script not exiting? -


i'm calling script bash script -- ampersand.

otherscriptthatdoesnotexit & echo "done" 

i see getting "done" still see original script running ps. idea why be? (note, i'm running on puppy linux)

the script still waiting on subprocess spawned. use nohup, disown or screen leave long running task in background , shell.


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -