re-factoring into my shell script framework.
shifting away from invoking via curl and using a downloaded zip file or git clone.
This commit is contained in:
5
Framework-Includes/Logging.sh
Executable file
5
Framework-Includes/Logging.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
export CURRENT_TIMESTAMP
|
||||
CURRENT_TIMESTAMP="$(date +%A-%Y-%m-%d-%T)"
|
||||
|
||||
export LOGFILENAME
|
||||
LOGFILENAME="$0.${CURRENT_TIMESTAMP}.$$"
|
Reference in New Issue
Block a user