-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
parent.sh
executable file
·18 lines (14 loc) · 943 Bytes
/
parent.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env bash
# -------------------------------------------------------------------------------- #
# Description #
# -------------------------------------------------------------------------------- #
# Ensure that trapper can correctly identify and locate errors in child scripts. #
# -------------------------------------------------------------------------------- #
# shellcheck disable=SC1091
source ../../src/trapper.sh
./child-1.sh
# -------------------------------------------------------------------------------- #
# End of Script #
# -------------------------------------------------------------------------------- #
# This is the end - nothing more to see here. #
# -------------------------------------------------------------------------------- #