Add dates to output.

This commit is contained in:
2026-03-27 18:34:20 -07:00
parent b94a3e4a0b
commit e815803630

View File

@@ -1,7 +1,7 @@
# Notes: # Notes:
# - Please keep this file working for both BASH and ZSH. :) # - Please keep this file working for both BASH and ZSH. :)
echo "Shared RC Config - Loading..." echo "`date` - Shared RC Config - Loading..."
## Variables ## ## Variables ##
@@ -60,4 +60,4 @@ function send-masters {
## Complete! ## ## Complete! ##
echo "Shared RC Config - Complete!" echo "`date` - Shared RC Config - Complete!"