2021-09-16 15:47:39 +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