Cleanups of bugs and segfaults
[tpg/opendispense2.git] / RunServerTest
1 #!/bin/sh
2
3 if [ "x$1" != "x" ]; then 
4         LD_LIBRARY_PATH=. gdb --args ./dispsrv --itemsfile items.cfg -p 11020
5 else
6         LD_LIBRARY_PATH=. ./dispsrv --itemsfile items.cfg -p 11020      
7 fi

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