01 2020 档案

摘要:#!/bin/bash #hs96.cn@Gmail.com if [[ "$(whoami)" != "root" ]]; then echo "please run this script as root ." >&2 exit 1 fi echo -e "\033[31m This is Ce 阅读全文
posted @ 2020-01-03 23:10 风暴松鼠 阅读(198) 评论(0) 推荐(0)