routeros-scripts-main/contrib/static-html.sh
2025-11-19 16:54:50 +01:00

8 lines
120 B
Bash
Executable file

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