#!/bin/sh

while true
do
	./chkclt --batchfile=$1
	sleep 1
done