contrib/static-html: split off from Makefile

This commit is contained in:
Christian Hesse 2025-11-17 13:17:17 +01:00
parent 0179e2891a
commit 3d1010128a
4 changed files with 12 additions and 7 deletions

8
contrib/static-html.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
set -e
sed -i \
-e '/href=/s|\.md|\.html|' \
-e '/blockquote/s|/\* display \*/|display: none;|' \
"${@}"