IDEZ Ugo f2b9130a22 lb
2021-09-15 11:05:41 +02:00

7 lines
78 B
Bash
Executable File

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