screen-users  

Re: how to start screen from .bashrc

Geraint Edwards
Mon, 02 Oct 2006 04:33:01 -0700

Buddy Burden <[EMAIL PROTECTED]> said
                (on Thu, Sep 28, 2006 at 05:42:14PM -0400):
> I would do it thusly:
> 
> if ( $?STY ) then
>       screen -x
> endif

Just a thought, but how about something like:

if ( $?STY ) then
        echo -n "Ctrl-C now to avoid screen - in 3 secs..."
        sleep 3
        screen -x
endif

-- 
Geraint A. Edwards (aka "Gedge")
[EMAIL PROTECTED]


_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users