          MODULE=bashible
         VERSION=0.3.1
          SOURCE=${MODULE}-${VERSION}.tar.gz
 SOURCE_URL_FULL=https://github.com/mig1984/bashible/archive/${VERSION}.tar.gz
      SOURCE_VFY=sha256:3fe4fbc17180bd7fa1f44c7f2148de6e0b431951a5b4b83cc7e9162f6749a6c8
        WEB_SITE=https://github.com/mig1984/bashible
         ENTERED=20200523
         UPDATED=20220921
           SHORT="Simple bash DSL framework for writing shell scripts safe and agile"

cat << EOF
Bashible is a deployment/automation tool written in Bash (DSL).
Inspired by Ansible. Simplifies things and prevents usual mistakes.
Features:
  improved readability
  unhandled failures prevention
  skipping already done tasks
  command chaining
  working directory always as expected
  variable checking
  dependencies; calling sub-scripts
  delayed tasks executed on finish
  child termination handler; no processes left running
  modules: template engine, config editing, etc.
  nice output.
EOF
