diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-01-04 11:00:15 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-01-04 11:00:15 -0200 |
commit | bb612932544e35ec9e63e1eaec9d58596cf7af69 (patch) | |
tree | 6e6dbcaffd9f3aa89f64d4060afc7612636cb362 | |
parent | cc760471fc7e1ad008c8e461a826e8e1093183ff (diff) | |
download | utils-calendar-bb612932544e35ec9e63e1eaec9d58596cf7af69.tar.gz utils-calendar-bb612932544e35ec9e63e1eaec9d58596cf7af69.tar.bz2 |
Support for year arg
-rwxr-xr-x | calendar-archive | 2 |
1 files changed, 1 insertions, 1 deletions
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 |