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

5 lines
71 B
Bash

#!/bin/bash
while [ 1 ]; do
wget index.html http://192.168.100.10
done