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

10 lines
156 B
Bash
Raw Normal View History

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