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