摘要: #!/bin/bash RED="echo -e \E[1;31m" GREEN="echo -e \E[1;32m" END="\E[0m" os_release(){ if grep -i -q ubuntu /etc/os-release;then echo ubuntu elif grep 阅读全文
posted @ 2022-12-16 00:10 tgycaghujkl 阅读(23) 评论(0) 推荐(0)