#!/bin/bash
TS=TS1
PROTOCOL=serial
../../src/cgclt --server=`hostname`  --port=2200 --tableset=$TS --user=lemke/lemke --logfile=clt.log --protocol=$PROTOCOL $@
