10 2023 档案

摘要:实例 if [ "$system" == "CentOS" ]; then echo "yum install bc" elif [ "$system" == "Ubuntu" ] || [ "$system" == "Debian"]; then echo "apt install bc" fi 阅读全文
posted @ 2023-10-18 15:00 w787815 阅读(2127) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示