mvsnmpdoc.sh

来自「wm PNE 3.3 source code, running at more 」· Shell 代码 · 共 25 行

SH
25
字号
#!/bin/sh## if windnet snmp documentatin exists, disable it# called fron WMSNMP.TCL in setup SDK. This is called with# the tornado installation directory as argument### $Log: mvsnmpdoc.sh,v $# Revision 1.1  2002/07/12 16:36:56  meister# this script disables the old windnet SNMP documentation from Tornado# help.##if [ -f ${1}/docs/snmp/LIB.SUB ]; then    mv ${1}/docs/snmp/LIB.SUB ${1}/docs/snmp/X_LIB.SUB fiif [ -f ${1}/docs/snmp/supplement/LIB ]; then    mv ${1}/docs/snmp/supplement/LIB ${1}/docs/snmp/supplement/X_LIB fiexit 0

⌨️ 快捷键说明

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