gsb2021/scripts/lb-http.bash
2021-01-04 22:49:46 +01:00

6 lines
77 B
Bash

#!/bin/bash
while [ 1 ]
do
curl --max-time 1 192.168.100.10/wordpress/
done