hopefully final refactor...

This commit is contained in:
2025-06-30 13:21:14 -05:00
parent 1c5a982ddc
commit 7e7a68bc92
2 changed files with 6 additions and 12 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
logs/

View File

@@ -1,5 +1,9 @@
#!/bin/bash
#####
#Core framework functions...
#####
export FRAMEWORK_INCLUDES_FULL_PATH
FRAMEWORK_INCLUDES_FULL_PATH="$(realpath ../Framework-Includes)"
@@ -35,20 +39,9 @@ done
unset IFS
fi
#####
#Core framework functions...
#####
function main()
{
PreflightCheck
echo > $LOGFILENAME
#Your custom logic here....
echo "Custom logic here..."
}
main
echo "Custom logic here..."