ServiceApplicationTest.sh
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:1k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
C/C++
- #!/bin/bash
- #
- # $Id: ServiceApplicationTest.sh,v 1.3 2001/05/24 09:59:09 icahoon Exp $
- #
- MACHINE=$(uname -m)
- if [ -x ./bin.debug.${MACHINE} ]
- then
- echo -e "./bin.debug.${MACHINE}/ServiceApplicationTest -n -f -x"
- ./bin.debug.${MACHINE}/ServiceApplicationTest -n -f -x
- echo -e "./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=ServiceApplicationTest.rc"
- ./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=ServiceApplicationTest.rc
- echo -e "./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=../../../translators/h323/siph323csgw/siph323csgw.conf"
- ./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=../../../translators/h323/siph323csgw/siph323csgw.conf
- echo -e "./bin.debug.${MACHINE}/ServiceApplicationTest --config=../../../translators/h323/siph323csgw/siph323csgw.conf"
- ./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=../../../translators/h323/siph323csgw/siph323csgw.conf
- fi