summaryrefslogtreecommitdiffstats
path: root/panupdate
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2021-11-05 09:25:26 -0400
committermjfernez <mjf@mjfer.net>2021-11-05 09:25:26 -0400
commit78666cd9195c1c2bcc9cd9110b4db5723a88b50d (patch)
tree66ed096e973cba1efd40a0097936f7a6b08cf5b3 /panupdate
parent34273e9053037ef0de7767eec6a070615cbb4cb6 (diff)
downloadsite-files-78666cd9195c1c2bcc9cd9110b4db5723a88b50d.tar.gz
Directory changes. Various spelling, format fixes.
Also fixes CC being linked to by HTTP instead of HTTPS which causes an annoying message on most browsers
Diffstat (limited to 'panupdate')
-rwxr-xr-xpanupdate5
1 files changed, 5 insertions, 0 deletions
diff --git a/panupdate b/panupdate
index 9834543..80af7ca 100755
--- a/panupdate
+++ b/panupdate
@@ -10,5 +10,10 @@ do
echo "Saved "$file" to "$newfile
pandoc --ascii -f markdown-smart $file -t html -o $newfile
fi
+ if [[ "$file" == *.description ]]
+ then
+ newfile=$(sed "s/\.md\///" <<< $file)
+ cp -v $file $newfile
+ fi
done
done