tools/hw2irc/restart
author unC0Rr
Wed, 04 Jan 2023 15:26:30 +0100
branchtransitional_engine
changeset 15906 b4809653f9d6
parent 15784 823cf18be1fc
permissions -rwxr-xr-x
Fix fill points getting out of bounds when the map is mirrored

#!/bin/bash
sudo -u nobody killall java; sleep 3; sudo -u nobody killall -9 java;
sleep 30;
#sudo -u nobody java net.ercatec.hw2ircsvr.Connection netserver.hedgewars.org 1337 >>out.sheepy 2>>err.sheepy & disown
sudo -u nobody bash -c 'java net.ercatec.hw2ircsvr.Connection netserver.hedgewars.org 1337 >>out.sheepy 2>&1 & disown'
sleep 122
#sudo -u nobody java net.ercatec.hw2ircsvr.Connection >>out 2>>err & disown
sudo -u nobody bash -c 'java net.ercatec.hw2ircsvr.Connection >>out 2>&1 & disown'