#!/bin/sh while true ; do curl -s http://192.168.0.151 -o /dev/null done