From 9475d06eba1a55b626c0eb3c4fc2d2d0e84ee660 Mon Sep 17 00:00:00 2001 From: haskal Date: Tue, 8 Dec 2020 23:39:43 -0500 Subject: [PATCH] fix countdown script issue --- scripts/countdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/countdown b/scripts/countdown index 70b1657..ffb57fe 100755 --- a/scripts/countdown +++ b/scripts/countdown @@ -5,7 +5,7 @@ export TZ="America/New_York" function init_day { - day=$(($(date +%d))) + day=$(($(date +%-d))) if [ ! -f $day.rkt ]; then set -m