Compare commits

..

No commits in common. "4fb6313bec93a926f5644fe7d31aacffd764c0e1" and "d9147b073bd118ae403e9b1187fcefbd4d33328e" have entirely different histories.

1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ HOLD="-"
CM="${GN}${CL}"
CROSS="${RD}${CL}"
set -euo pipefail
shopt -s inherit_errexit nullglob
msg_info() {
local msg="$1"
echo -ne " ${HOLD} ${YW}${msg}..."