Mercurial > index.cgi > dotfiles
comparison .screenrcs/xanadu @ 130:900597fc1e52
A few screenrc changes for xanadu
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Thu, 11 Jun 2015 12:35:47 -0400 |
parents | 6040767bddec |
children | b973eb75feab |
comparison
equal
deleted
inserted
replaced
129:35386d23b884 | 130:900597fc1e52 |
---|---|
11 screen -t elinks 0 | 11 screen -t elinks 0 |
12 stuff 'elinks | 12 stuff 'elinks |
13 ' | 13 ' |
14 | 14 |
15 screen -t root 1 | 15 screen -t root 1 |
16 stuff 'su | 16 stuff 'su' |
17 ' | |
18 | 17 |
19 screen -t root@xanadu-vm 2 | 18 screen -t root@xanadu-vm 2 |
20 stuff 'r xanadu-vm' | 19 stuff 'r xanadu-vm' |
21 | 20 |
22 screen -t root@syrinx 3 | 21 screen -t root@syrinx 3 |
31 screen -t depot 6 | 30 screen -t depot 6 |
32 stuff 'r depot | 31 stuff 'r depot |
33 ' | 32 ' |
34 | 33 |
35 screen -t cses-puppetconf 7 | 34 screen -t cses-puppetconf 7 |
36 stuff 'cd ~/src/cses/puppetconf | 35 stuff 'cd ~/src/cses/puppetconf/environments/production |
37 ' | 36 ' |
38 | 37 |
39 screen -t puppet 8 | 38 screen -t puppet 8 |
40 stuff 'cd ~/src/astrorepo/puppetconf | 39 stuff 'cd ~/src/astrorepo/puppetconf/environments/production |
41 ' | 40 ' |
42 | 41 |
43 screen -t kay 9 | 42 screen -t kay 9 |
44 stuff 'r kay | 43 stuff 'r kay |
44 ' | |
45 | |
46 screen -t coathook 10 | |
47 stuff 'r -L8080:localhost:8080 coathook | |
45 ' | 48 ' |
46 | 49 |
47 select 0 | 50 select 0 |
48 | 51 |
49 # The following from the /etc/screenrc that came with screen-4.0.3-1.el5_4.1 | 52 # The following from the /etc/screenrc that came with screen-4.0.3-1.el5_4.1 |