Implemented limits on `dispense acct` and in ENUM_USERS
[tpg/opendispense2.git] / RunServerTest
1 #!/bin/sh
2
3 ARGS="--itemsfile items.cfg -p 11020"
4 ARGS=$ARGS" --cokeport /dev/ttyUSB0"
5
6 if [ "x$1" = "xdbg" ]; then 
7         LD_LIBRARY_PATH=. gdb --args ./dispsrv $ARGS
8 else
9         LD_LIBRARY_PATH=. ./dispsrv $ARGS
10 fi

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