From d90aebe04f9db8233801b358c5074230ada466eb Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Wed, 7 May 2025 23:02:24 +0200 Subject: added web files --- blogarticledate | 3 +++ 1 file changed, 3 insertions(+) (limited to 'blogarticledate') diff --git a/blogarticledate b/blogarticledate index 845ddcf..888f06a 100755 --- a/blogarticledate +++ b/blogarticledate @@ -1,5 +1,8 @@ #!/bin/sh +# resets blog articles file date to the date indicated +# in the article + postArray=( $(ls *.html) ) for posts in "${postArray[@]}"; do post=$posts -- cgit v1.2.3