Ludovic Diemert 474fbcba2c script recup
2021-09-15 11:00:00 +02:00

6 lines
77 B
Bash

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