Remove existing include directory

This commit is contained in:
Devon Mackay
2018-07-11 09:18:49 -04:00
parent 726946f9c9
commit 78c8239422
10 changed files with 0 additions and 259 deletions

View File

@@ -1,12 +0,0 @@
# global_header.inc: Any basic things that should be executed at the
# beginning of any and every script
# If any command fails, immediately exit the script
set -e
# Ensure the working directory is the app root directory
cd "$(dirname "${0}")/.."
# Source all function definition files
source ./script/include/helper_functions.inc.sh