In my shell script, I'm trying to open up a screen and have the script continue in the screen. Is this possible? Every time I open a screen, the script stops and waits for me to close out of it to continue.
screen -S newScreen; echo "text in screen here"