#!/bin/bash
while [ 1 ]; do
wget index.html http://192.168.100.10
done