screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to start screen from .bashrc


From: Geraint Edwards
Subject: Re: how to start screen from .bashrc
Date: Mon, 2 Oct 2006 12:32:24 +0100
User-agent: Mutt/1.4.2.2i

Buddy Burden <address@hidden> 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")
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]