From 7a952de4f86b70cdced8d2af7024ce40b80cedf1 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 9 Jun 2026 21:03:28 +0100 Subject: [PATCH] chmods I guess? --- http/bin/blog | 0 http/bin/gmi2upphtml | 0 http/bin/mkws | 1 + 3 files changed, 1 insertion(+) mode change 100644 => 100755 http/bin/blog mode change 100644 => 100755 http/bin/gmi2upphtml mode change 100755 => 100644 http/bin/mkws diff --git a/http/bin/blog b/http/bin/blog old mode 100644 new mode 100755 diff --git a/http/bin/gmi2upphtml b/http/bin/gmi2upphtml old mode 100644 new mode 100755 diff --git a/http/bin/mkws b/http/bin/mkws old mode 100755 new mode 100644 index b005500..91a8172 --- a/http/bin/mkws +++ b/http/bin/mkws @@ -74,6 +74,7 @@ $(cat "${layout}") pp "${t}" "${1}" > \ "${OUT}/${rel_dir}/${name}.${ext}" fi + rm "${layout}.tmp" echo "Written ${OUT}/${rel_dir}${name}.${ext}" done