hopefully final refactor...
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
logs/
|
@@ -1,5 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
#####
|
||||||
|
#Core framework functions...
|
||||||
|
#####
|
||||||
|
|
||||||
export FRAMEWORK_INCLUDES_FULL_PATH
|
export FRAMEWORK_INCLUDES_FULL_PATH
|
||||||
FRAMEWORK_INCLUDES_FULL_PATH="$(realpath ../Framework-Includes)"
|
FRAMEWORK_INCLUDES_FULL_PATH="$(realpath ../Framework-Includes)"
|
||||||
|
|
||||||
@@ -35,20 +39,9 @@ done
|
|||||||
unset IFS
|
unset IFS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#####
|
|
||||||
#Core framework functions...
|
|
||||||
#####
|
|
||||||
|
|
||||||
|
|
||||||
function main()
|
|
||||||
{
|
|
||||||
|
|
||||||
PreflightCheck
|
PreflightCheck
|
||||||
|
|
||||||
echo > $LOGFILENAME
|
echo > $LOGFILENAME
|
||||||
|
|
||||||
#Your custom logic here....
|
#Your custom logic here....
|
||||||
echo "Custom logic here..."
|
echo "Custom logic here..."
|
||||||
}
|
|
||||||
|
|
||||||
main
|
|
||||||
|
Reference in New Issue
Block a user