📄 serviceapplicationtest.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 + -