1 Commits
v0.5 ... v0.6

Author SHA1 Message Date
Noe Raphanaud
b0181d43a7 recup 2021-09-15 10:59:27 +02:00

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