#!/bin/bash

until [ -f /tmp/hk.txt ];do


date >> /tmp/pinghk.log
ping -s 1024 -c 100 123.1.1.3 >> /tmp/pinghk.log
ping -s 1024 -c 100 123.1.1.4 >> /tmp/pinghk.log

done