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

wip

parent e54a7c62
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ set -o nounset # emits error if an undefined variable is used
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
## @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