This commit is contained in:
mathias 2018-12-14 18:44:12 +02:00
parent afdbd39d5e
commit ae50840ffd

View file

@ -12,7 +12,7 @@ git clone git@notabug.org:kaboom/schematics.git plugins/WorldEdit/schematics/
done'
./tmux new -d -s remote 'while true; do
ssh -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -o ClientAliveInterval=1 -o ClientAliveCountMax=1 -S none -N -T -R 31337:localhost:25565 play.kaboom.pw
ssh -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -o ServerAliveInterval=1 -o ServerAliveCountMax=1 -S none -N -T -R 31337:localhost:25565 play.kaboom.pw
sleep 1
done'