siotp/sio2/sisr/05-lb/recup.sh
2021-09-15 11:08:28 +02:00

6 lines
81 B
Bash
Executable File

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