摘要: #!/bin/bash -e # author:phpwyl # url:https://www.cnblogs.com/phpwyl file_names="$1" new_root_names="$2" demoFun() { root_name=$1 new_root_name=$2 #获取所 阅读全文
posted @ 2022-06-06 19:31 phpwyl 阅读(211) 评论(0) 推荐(0)