I'm calling another script from my bash script like so -- with an ampersand.
OtherScriptThatDoesNotExit &
echo "done"
I see it getting to "done" but I still see my original script running is ps. Any idea why this could be? (Note, I'm running on Puppy Linux)