On Tue, Sep 25, 2012 at 12:30:55PM +0100, Another Sillyname wrote: > Is there a way to start the screen -x root/Master session and still > allow this calling script to finish?
It sounds like you want the `exec' shell builtin, which you can use like: exec screen -x root/Master http://www.gnu.org/software/bash/manual/html_node/Bourne-Shell-Builtins.html#Bourne-Shell-Builtins David _______________________________________________ screen-users mailing list [email protected] https://lists.gnu.org/mailman/listinfo/screen-users
