diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-07 23:02:24 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-07 23:02:24 +0200 |
commit | d90aebe04f9db8233801b358c5074230ada466eb (patch) | |
tree | 1f8e5c53f1c1b473d1657496617344f894e85032 /blogarticledate | |
parent | 462f75b7e0ba21a46f1498740b8840796381a6b1 (diff) | |
download | blog-d90aebe04f9db8233801b358c5074230ada466eb.tar.gz blog-d90aebe04f9db8233801b358c5074230ada466eb.tar.bz2 blog-d90aebe04f9db8233801b358c5074230ada466eb.zip |
added web files
Diffstat (limited to 'blogarticledate')
-rwxr-xr-x | blogarticledate | 3 |
1 files changed, 3 insertions, 0 deletions
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 |