Updated items, set coke port to USB
[tpg/opendispense2.git] / RunServerTest
1 #!/bin/sh
2
3 ARGS="--itemsfile items.cfg -p 11020 --cokeport /dev/ttyUSB0"
4
5 if [ "x$1" != "x" ]; then 
6         LD_LIBRARY_PATH=. gdb --args ./dispsrv $ARGS
7 else
8         LD_LIBRARY_PATH=. ./dispsrv $ARGS
9 fi

UCC git Repository :: git.ucc.asn.au