This commit is contained in:
cameron desrayaud 2021-09-15 11:12:52 +02:00
parent 593fdac09b
commit 12d5112d55

4
recup Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
while true ; do
curl -s http://192.168.0.151 -o /dev/null
done