Files
tpsio/tp_loadbalancing/recup
Cameron Desrayaud d13fd49d51 rangement et tp_pxe
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