#!/bin/bash

while true
do
	i=$RANDOM
	echo "select a,b from t1 where a = $i;" | ./chkclt 
done

        .
