tpsio/recup
cameron desrayaud 12d5112d55 recup
2021-09-15 11:12:52 +02:00

5 lines
74 B
Bash
Executable File

#!/bin/sh
while true ; do
curl -s http://192.168.0.151 -o /dev/null
done