Mercurial > index.cgi > dotfiles
comparison .screenrcs/joshua @ 147:2dead2b7e6e3
Change to minecraft servering
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Sun, 27 Nov 2016 16:04:30 -0500 |
parents | 9982261aab86 |
children |
comparison
equal
deleted
inserted
replaced
146:472a38df3aed | 147:2dead2b7e6e3 |
---|---|
17 | 17 |
18 screen -t mediatomb 2 | 18 screen -t mediatomb 2 |
19 stuff 'mediatomb -D | 19 stuff 'mediatomb -D |
20 ' | 20 ' |
21 | 21 |
22 screen -t mc-s 3 | 22 screen -t minecraft 3 |
23 stuff 'cd Installs/minecraft-server ; ./run.sh | 23 stuff 'sudo -i -u minecraft screen -DRaA |
24 ' | |
25 | |
26 screen -t mc-c 4 | |
27 stuff 'cd Installs/creative-server ; ./run.sh | |
28 ' | 24 ' |
29 | 25 |
30 select 0 | 26 select 0 |
31 | 27 |
32 # The following from the /etc/screenrc that came with screen-4.0.3-1.el5_4.1 | 28 # The following from the /etc/screenrc that came with screen-4.0.3-1.el5_4.1 |