change "echo ===" to "echo #<<<" to avoid confusing when searching for ===
This commit is contained in:
@@ -2,8 +2,8 @@ if [ "$1" ]
|
||||
then
|
||||
PORT=$1
|
||||
else
|
||||
echo "=== 需要查看的端口号:"
|
||||
read -p ">>> " PORT
|
||||
echo "#<<< 需要查看的端口号:"
|
||||
read -p "#>>> " PORT
|
||||
fi
|
||||
|
||||
if [ "$(uname)" = "Darwin" ]
|
||||
|
||||
Reference in New Issue
Block a user