summaryrefslogtreecommitdiffstats
path: root/packaging/macos/jhb/etc/jhb.conf/bash_d.sh
blob: 5ab11b220367bf4b5825a0158304d486e314810f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# SPDX-FileCopyrightText: 2022 René de Hesselle <dehesselle@web.de>
#
# 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.