gsb2024/scripts/lb-http.bash
2023-12-18 23:20:30 +01:00

6 lines
77 B
Bash

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