From 302416228f4f2feab71f4cff27fa6432d8294fc4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 7 Feb 2025 14:41:33 -0500 Subject: [PATCH] automated terminal push --- cron.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron.bash b/cron.bash index 0565223..f38c671 100755 --- a/cron.bash +++ b/cron.bash @@ -24,8 +24,8 @@ whoami # Example usage: user="yankee" -minute="20" # 4:20 PM -hour="16" # 4 PM in 24-hour format +minute="*" # 4:20 PM +hour="*" # 4 PM in 24-hour format day_of_month="*" # Every day of the month month="*" # Every month day_of_week="*" # Every day of the week