bash

bash

変数

[1] ${foo:-50} : 変数 foo があって値が空文字列でなければその値。それ以外なら 50

関連

シェルスクリプト, 端末

メモ

[2] set -eo pipefail