You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shellcheck flags printf '----\n' with warning; in POSIX sh, printf --\n is undefinfed. [SC3045]. This is patently wrong: printf.1 was introduced precisely because echo -... is undefined.