servicemanagertest.sh
来自「SIP(Session Initiation Protocol)是由IETF定义」· Shell 代码 · 共 22 行
SH
22 行
#!/bin/bash## $Id: ServiceManagerTest.sh,v 1.1 2001/10/26 21:47:53 icahoon Exp $#MACHINE="$(uname).$(uname -m)"APP=ServiceManagerTestif [ -x ./bin.debug.${MACHINE} ]thenfor FLAGS in "-f"doecho -e "./bin.debug.${MACHINE}/${APP} $FLAGS"echo "-----------------------------------------------------"./bin.debug.${MACHINE}/${APP} ${FLAGS}donefi
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?