aboutsummaryrefslogtreecommitdiff
path: root/blogarticledate
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-05-07 23:02:24 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-05-07 23:02:24 +0200
commitd90aebe04f9db8233801b358c5074230ada466eb (patch)
tree1f8e5c53f1c1b473d1657496617344f894e85032 /blogarticledate
parent462f75b7e0ba21a46f1498740b8840796381a6b1 (diff)
downloadblog-d90aebe04f9db8233801b358c5074230ada466eb.tar.gz
blog-d90aebe04f9db8233801b358c5074230ada466eb.tar.bz2
blog-d90aebe04f9db8233801b358c5074230ada466eb.zip
added web files
Diffstat (limited to 'blogarticledate')
-rwxr-xr-xblogarticledate3
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