Re: screen: how to start all my task automatically in a script?

2012-10-11 Thread Gerald Young
On Thursday, October 11, 2012 03:26:41 PM ping wrote: > > I have a section in a files sourced by .screenrc: > > > > screen 0 irssi > > screen 1 alpine > > screen 2 > > at 2 stuff "dscreen -r meta -s bots\012" > > screen 3 > > at 3 stuff "ssh -e none root@somehost" > > ... > > > > Should be easy e

Re: screen: how to start all my task automatically in a script?

2012-10-11 Thread ping
There's this: http://skoneka.github.com/screen-session/index.html thanks, but It looks I need too much re-compiling work and I'm not sure it's a stable branch? ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinf

Re: screen: how to start all my task automatically in a script?

2012-10-11 Thread ping
I have a section in a files sourced by .screenrc: screen 0 irssi screen 1 alpine screen 2 at 2 stuff "dscreen -r meta -s bots\012" screen 3 at 3 stuff "ssh -e none root@somehost" ... Should be easy enough ;) thanks. that works of course. but think of I sometime need more than 1 screen instan