摘要: #!/bin/bash set -e -u show_help() { echo "This help message is useless, please read the content of /bin/pacman" exit 1 } if [ $# = 0 ]; then show_help; fi CMD="$1" shift 1 case "$C... 阅读全文
posted @ 2017-11-10 00:30 张不正 阅读(689) 评论(0) 推荐(0)
返回顶部