From 59694c24aa2f4a4f432e2fe48d1ea00710649ca4 Mon Sep 17 00:00:00 2001 From: skuzzymiglet <42312436+skuzzymiglet@users.noreply.github.com> Date: Fri, 17 Apr 2020 21:01:39 +0100 Subject: [PATCH] Update year with date --- lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lb b/lb index 8033efb..a6b03ff 100755 --- a/lb +++ b/lb @@ -3,7 +3,7 @@ name="Luke Smith" webdir="$PWD" website="https://lukesmith.xyz/" # Keep a trailing slash. css="../style.css" -blogfile="2020.html" +blogfile="$(date +%Y).html" indexfile="blogindex.html" rssfile="rss.xml" [ -z "$EDITOR" ] && EDITOR="vim"