ServiceApplicationTest.sh
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. #!/bin/bash
  2. #
  3. #   $Id: ServiceApplicationTest.sh,v 1.3 2001/05/24 09:59:09 icahoon Exp $
  4. #
  5. MACHINE=$(uname -m)
  6. if [ -x ./bin.debug.${MACHINE} ]
  7. then
  8. echo -e "./bin.debug.${MACHINE}/ServiceApplicationTest -n -f -x"
  9. ./bin.debug.${MACHINE}/ServiceApplicationTest -n -f -x
  10. echo -e "./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=ServiceApplicationTest.rc"
  11. ./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=ServiceApplicationTest.rc
  12. echo -e "./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=../../../translators/h323/siph323csgw/siph323csgw.conf"
  13. ./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=../../../translators/h323/siph323csgw/siph323csgw.conf
  14. echo -e "./bin.debug.${MACHINE}/ServiceApplicationTest --config=../../../translators/h323/siph323csgw/siph323csgw.conf"
  15. ./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=../../../translators/h323/siph323csgw/siph323csgw.conf
  16. fi