viesti.txt
This commit is contained in:
parent
fe07bf500e
commit
c4992dcd38
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ set -v #Print shell commands as they are read
|
|||
./wesnothd --port 12345 --log-debug=server --log-warning=config &
|
||||
serverpid=$!
|
||||
|
||||
./wesnoth --plugin=host-gui2.lua --server=localhost:12345 --username=host --mp-test --noaddons &
|
||||
./wesnoth --plugin=host-gui2.lua --server=localhost:12345 --username=host --mp-test --noaddons --nogui &
|
||||
hostpid=$!
|
||||
|
||||
./wesnoth --plugin=join-gui2.lua --server=localhost:12345 --username=join --mp-test --noaddons &
|
||||
./wesnoth --plugin=join-gui2.lua --server=localhost:12345 --username=join --mp-test --noaddons --nogui &
|
||||
joinpid=$!
|
||||
|
||||
wait $hostpid
|
||||
|
|
Loading…
Add table
Reference in a new issue