# SPDX-FileCopyrightText: 2022 René de Hesselle # # SPDX-License-Identifier: GPL-2.0-or-later ### description ################################################################ # Enable bash_d usage by providing bash_d_include function. ### shellcheck ################################################################# # shellcheck shell=bash # no shebang as this file is intended to be sourced ### dependencies ############################################################### # shellcheck source=../../usr/src/bash_d/bash_d.sh source "$(dirname "${BASH_SOURCE[0]}")"/../../usr/src/bash_d/bash_d.sh bash_d_include echo ### variables ################################################################## # Nothing here. ### functions ################################################################## # Nothing here. ### main ####################################################################### # Nothing here.