#!/bin/sh while true do stdbuf -oL ./lurkserv_linux64_2.3 $1 $2 | tee -a ~/public_html/cs435/examples/lurk.log.$1 echo CRASH at `date` | tee -a ~/public_html/cs435/examples/lurk.log.$1 sleep 120 done