#!/bin/bash

while [ TRUE ]
do
curl -s http://192.168.0.150 -o /dev/null
done