01 2023 档案
摘要:对于set命令-o参数的pipefail选项,linux是这样解释的: “If set, the return value of a pipeline is the value of the last (rightmost) command to exit with a non-zero statu
阅读全文
摘要:#!/usr/bin/env bash # 打开显示调试信息 set -x ######################################## # download & build depend software ####################################
阅读全文