view_marker

> if ((BASH_VERSINFO < 4 || (BASH_VERSINFO == 4 && BASH_VERSINFO < 2))); then > printf ā€œ{{ strings }}nā€ >&2 > exit 1 > fi >