Skip to content
Snippets Groups Projects
Commit dc8b1aa8 authored by Nikolaos Kakouros's avatar Nikolaos Kakouros
Browse files

wip

parent 2f1a8824
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ set -o pipefail # emits error if a command in a pipe chain fails
shopt -s expand_aliases # allows the use of aliases in scripts
shopt -s extglob # enables extended globbing, eg "@(aa|bb)"
shopt -s globstar # expands `**` to any file/dir
shopt -s inherit_errexit
## @fn system_load_outro()
## @brief Loads the outro script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment