This commit is contained in:
Noe Raphanaud 2021-09-15 10:59:27 +02:00
parent 44c9e9c290
commit b0181d43a7

5
sio2/sisr/05-lvs/recup Executable file
View File

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