From bb612932544e35ec9e63e1eaec9d58596cf7af69 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 4 Jan 2016 11:00:15 -0200 Subject: Support for year arg --- calendar-archive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar-archive b/calendar-archive index 0b7b3df..ce1f70a 100755 --- a/calendar-archive +++ b/calendar-archive @@ -7,7 +7,7 @@ CWD="`pwd`" REMINDERS="$HOME/.remind" YEAR_START="2009" -YEAR_END="`date +%Y`" +YEAR_END="${1:=`date +%Y`}" REGEXP="" # Setup -- cgit v1.2.3