viesti.txt

This commit is contained in:
Jyrki Vesterinen 2016-09-13 21:18:50 +03:00
parent fe07bf500e
commit c4992dcd38

View file

@ -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