⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 serviceapplicationtest.sh

📁 Vovida 社区开源的 SIP 协议源码
💻 SH
字号:
#!/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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -