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

5 lines
71 B
Bash

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