gsb2023/scripts/lb-http.bash
2023-01-05 11:44:26 +01:00

6 lines
77 B
Bash

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