Updated banner

This commit is contained in:
Héctor Molinero Fernández 2021-12-26 15:17:01 +01:00
commit f7fe323fa3
27 changed files with 38 additions and 36 deletions

View file

@ -13,6 +13,8 @@ SCRIPT_DIR="$(CDPATH='' cd -- "$(dirname -- "${0:?}")" && pwd -P)"
export HOSTNAME='hblock'
export ETCDIR="${SCRIPT_DIR:?}/etc"
export XDG_CONFIG_HOME="${ETCDIR:?}"
export HBLOCK_VERSION='0.0.0'
export HBLOCK_REPOSITORY='https://example.com'
runInTestShell() {
${TEST_SHELL:-/bin/sh} -- "${@-}" 2>&1 ||: