DannyBen/bashly

View on GitHub
lib/bashly/views/wrapper/bash3_bouncer.gtx

Summary

Maintainability
Test Coverage
= view_marker

> if [[ "${BASH_VERSINFO:-0}" -lt 4 ]]; then
>   printf "{{ strings[:unsupported_bash_version] }}\n" >&2
>   exit 1
> fi
>