From: Steven Baltakatei Sandoval Date: Sun, 9 Jul 2023 10:23:39 +0000 (+0000) Subject: feat(user/mw_create_year_journal.sh):Add summary of months wikilink X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/424bda7b8d624665ccdf46049ceef952681d16b5 feat(user/mw_create_year_journal.sh):Add summary of months wikilink --- diff --git a/user/mw_create_year_journal.sh b/user/mw_create_year_journal.sh index e1a9925..ebc422f 100755 --- a/user/mw_create_year_journal.sh +++ b/user/mw_create_year_journal.sh @@ -3,7 +3,7 @@ # Usage: /bin/bash mw_create_year_journal.sh [int year] # Input: arg1: year # Example: /bin/bash mw_create_year_journal.sh 2023 > output.txt -# Version: 0.0.1 +# Version: 0.1.0 yyyy="$1"; @@ -51,6 +51,7 @@ printf "%s\n%s\n%s\n" "$s1" "$s2" "$s3"; printf "\n"; printf "==See Also==\n"; +printf "* [[Summary of months of {{PAGENAME}}]]\n" printf "\n"; printf "==Ext. Links==\n";