Re: Start multiple screen-sessions per script

2015-03-03 Thread Kamil Jońca
Frank Röhm writes: > Hello > > is it possible to start multiple screen sessions with each session with an > own command which is immediately started in one script? > I want to start only one screen, and in this screen I need many sessions > (normally started with ^A,C for create), but each sess

Re: Start multiple screen-sessions per script

2015-03-03 Thread Frank Röhm
> > Am 03.03.2015 um 09:21 schrieb Axel Beckert : > … > Hrm, the basic concept definitely works for me. > > Checking my code I noticed one difference besides options like window > title, etc.: I give the window number as first parameter. Applying > this to your example, I'd write this: > > scree

Re: Start multiple screen-sessions per script

2015-03-03 Thread Axel Beckert
Hi, On Tue, Mar 03, 2015 at 12:27:49AM +0100, Frank Röhm wrote: > > What I did to solve this for myself was to write a script which > > generates a temporary .screenrc (named differently) which basically > > contains the line "source ~/.screenrc" and then one "screen …" line > > per command I want