#!/bin/bash
TS=TS1
PROTOCOL=fastserial
SERVER=localhost
../../src/cgclt --server=$SERVER --port=2200 --tableset=$TS --user=lemke/lemke --logfile=clt.log --protocol=$PROTOCOL --maxresult=1000000 $@
