script recup

This commit is contained in:
Ludovic Diemert 2021-09-15 11:00:00 +02:00
parent d8badd2870
commit 474fbcba2c

5
sio2/sisr/05-lb/recup Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
while [ TRUE ]
do
curl -s http://192.168.0.150 -o /dev/null
done