More re-factor for 1.0 as I port FetchApply to the framework.

This commit is contained in:
2025-06-30 12:48:28 -05:00
parent cdcb624d35
commit d4578dcbf7
10 changed files with 14 additions and 1 deletions

5
Framework-Includes/Logging.sh Executable file
View File

@@ -0,0 +1,5 @@
export CURRENT_TIMESTAMP
CURRENT_TIMESTAMP="$(date +%A-%Y-%m-%d-%T)"
export LOGFILENAME
LOGFILENAME="$0.${CURRENT_TIMESTAMP}.$$"