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