2 # If using the screenrc file with SCREENCOMMAND
3 # support this file can be run as part of the
4 # initial screen command like so:
5 # SCREENCOMMAND='source girocco' screen
7 # or source this from a .screenrc file with:
10 # or use the screen -X command like so:
11 # screen -X 'source girocco'
18 setenv SCREENPRESERVETITLE 1
19 screen -t jobd 0 "@basedir@/toolbox/run-jobd.sh" --shell
20 screen -t taskd 1 "@basedir@/toolbox/run-taskd.sh" --shell
21 unsetenv SCREENPRESERVETITLE
26 # Set up the multiuser access permissions
27 # This defaults to the giroccoacl file in this directory
28 # See README for further information about changing it
29 source @screen_acl_file@