routeros-scripts-main/contrib/static-html.sh
2025-11-18 19:13:57 +01:00

9 lines
156 B
Bash
Executable file

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