📄 mvsnmpdoc.sh
字号:
#!/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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -