comparison .screen/xanadu @ 278:2faeab166476

Add dotshare alias to the logins for less typing
author Steve Huston <huston@princeton.edu>
date Tue, 28 May 2024 14:24:03 -0400
parents 683c57231568
children c362966d6369
comparison
equal deleted inserted replaced
277:683c57231568 278:2faeab166476
19 19
20 screen -t bash 0 20 screen -t bash 0
21 stuff 'elinks' 21 stuff 'elinks'
22 22
23 screen -t root 1 23 screen -t root 1
24 stuff 'r xanadu' 24 stuff 'ds; r xanadu'
25 25
26 screen -t root@xanadu-vm 2 26 screen -t root@xanadu-vm 2
27 stuff 'r xanadu-vm' 27 stuff 'ds; r xanadu-vm'
28 28
29 screen -t root@syrinx 3 29 screen -t root@syrinx 3
30 stuff 'r syrinx' 30 stuff 'ds; r syrinx'
31 31
32 screen -t xanadu-vm 4 32 screen -t xanadu-vm 4
33 stuff 's xanadu-vm' 33 stuff 's xanadu-vm'
34 34
35 screen -t syrinx 5 35 screen -t syrinx 5
47 screen -t puppet 8 47 screen -t puppet 8
48 stuff 'cd ~/src/astrorepo/puppetconf/environments/production 48 stuff 'cd ~/src/astrorepo/puppetconf/environments/production
49 ' 49 '
50 50
51 screen -t coathook 9 51 screen -t coathook 9
52 stuff 'r coathook' 52 stuff 'ds; r coathook'
53 53
54 select 0 54 select 0
55 55
56 # The following from the /etc/screenrc that came with screen-4.0.3-1.el5_4.1 56 # The following from the /etc/screenrc that came with screen-4.0.3-1.el5_4.1
57 # with a few lines commented out so they don't interfere with the above. One 57 # with a few lines commented out so they don't interfere with the above. One