From e815803630e375257a7a2d9a601fdee9ea1cbce7 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 27 Mar 2026 18:34:20 -0700 Subject: [PATCH] Add dates to output. --- rc_shared.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc_shared.sh b/rc_shared.sh index 31e1217..4c131ef 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -1,7 +1,7 @@ # Notes: # - Please keep this file working for both BASH and ZSH. :) -echo "Shared RC Config - Loading..." +echo "`date` - Shared RC Config - Loading..." ## Variables ## @@ -60,4 +60,4 @@ function send-masters { ## Complete! ## -echo "Shared RC Config - Complete!" +echo "`date` - Shared RC Config - Complete!"