serviceapplicationtest.sh

来自「SIP(Session Initiation Protocol)是由IETF定义」· Shell 代码 · 共 28 行

SH
28
字号
#!/bin/bash##   $Id: ServiceApplicationTest.sh,v 1.5 2001/11/01 07:03:07 icahoon Exp $#MACHINE="$(uname).$(uname -m)"if [ -x ./bin.debug.${MACHINE} ]thenecho -e "./bin.debug.${MACHINE}/ServiceApplicationTest -n -f -x"./bin.debug.${MACHINE}/ServiceApplicationTest -n -f -xecho -e "./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=ServiceApplicationTest.rc"./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=ServiceApplicationTest.rcecho -e "./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=../../../translators/h323/siph323csgw/siph323csgw.conf"./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=../../../translators/h323/siph323csgw/siph323csgw.confecho -e "./bin.debug.${MACHINE}/ServiceApplicationTest --config=../../../translators/h323/siph323csgw/siph323csgw.conf"./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=../../../translators/h323/siph323csgw/siph323csgw.confelseexit 1fi

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?