Noe Raphanaud b0181d43a7 recup
2021-09-15 10:59:27 +02:00

6 lines
78 B
Bash
Executable File

#!/bin/bash
while [ true ]
do
curl -s http://192.168.0.160 -o /dev/null
done