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

9 lines
120 B
Bash
Raw Normal View History

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