|
From: | survivor2k7 |
Subject: | How to execute a script inside of screen? |
Date: | Thu, 14 Feb 2008 04:42:07 -0500 |
screen -dmS myscreen ./myscript.shthe 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.
[Prev in Thread] | Current Thread | [Next in Thread] |