Merge pull request #4 from baguswahyu/patch-1

Update networkhammer.sh
This commit is contained in:
Rich Brown 2020-05-18 07:31:50 -04:00 committed by GitHub
commit a6bfe2d4db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
#
echo "Hammering the network to gw.home.lan. Hit Ctl-C to cancel"
while True;
while true;
do
./netperfrunner.sh -H gw.home.lan
done