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