摘要:#!/bin/sh CONFIG_NAME=$1 CONFIG_PORT=$2 SERIAL_NUM=$3 STORAGE_HOME=$4 if [ ! -n "$CONFIG_NAME" ] ; then CONFIG_NAME=MCCONFIG fi if [ ! -n "$CONFIG_POR
阅读全文
posted @ 2018-12-10 18:01
|
|||
12 2018 档案
摘要:#!/bin/sh CONFIG_NAME=$1 CONFIG_PORT=$2 SERIAL_NUM=$3 STORAGE_HOME=$4 if [ ! -n "$CONFIG_NAME" ] ; then CONFIG_NAME=MCCONFIG fi if [ ! -n "$CONFIG_POR
阅读全文
posted @ 2018-12-10 18:01
|
|||