-----
Original Message ----
From:
"address@hidden" <address@hidden>
To:
address@hidden
Sent: Thursday, February 14, 2008 3:42:07 AM
Subject: How to execute a script inside of screen?
Greetings!
How can I execute a shell script inside of screen and keep the shell
open? If I do something like
screen -dmS myscreen ./myscript.sh
the screen session is terminated after "
myscript.sh" finishes.
Using
the "zombie" option in screenrc, I can at least see the output after
reattaching. But what I really want is to keep an interactive shell as
if I would start screen without any argument.
Regards
Stefan