Skip to content

Commit

Permalink
Update tcpx.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ylx2016 authored Oct 4, 2024
1 parent 3b88044 commit cefc64f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tcpx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,11 @@ while [ $# -gt 0 ]; do
case $1 in
op)
optimizing_system # 调用函数
exit
;;
op2)
optimizing_system_johnrosen1 # 调用函数
exit
;;
*)
err "未知选项: \"$1\""
Expand Down

0 comments on commit cefc64f

Please sign in to comment.