routeros-scripts-main/contrib/static-html.sh

11 lines
204 B
Bash
Raw Normal View History

#!/bin/sh
set -e
sed -i \
-e '/href=/s|\.md|\.html|' \
-e '/blockquote/s|/\* display \*/|display: none;|' \
2025-11-18 19:01:39 +01:00
-e '/<!-- badges here \/\/-->/r badges.html' \
-e '/<!-- badges here \/\/-->/d' \
"${@}"