#!/bin/sh

touch /tmp/HmcInstall.log
cat /tmp/HmcInstall.log
tail -f /tmp/HmcInstall.log -n 1
while true
do
    sleep 100000;
done

