利用shell脚本实现对系统的自动分区
发布时间:2016-10-12 22:34:08 所属栏目:Linux 来源:站长网
导读:#!/bin/bash function print { if [ $# = 2 ]; then if [ $1 = warning ]; then echo -e 33[33m33[5m$233[0m elif [ $1 = error ]; then echo -e 33[31m33[5m$233[0m elif [ $1 = notice ]; then echo -e 33[36m33[5m$233[0m fi echo $2 elif [ $# = 1 ];
#!/bin/bash (编辑:南京站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
站长推荐
热点阅读