mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-08 19:09:29 +00:00
contrib/static-html: find static html files by comment
This commit is contained in:
parent
c5c9f869d2
commit
7f0da6311b
4 changed files with 6 additions and 3 deletions
|
|
@ -5,4 +5,5 @@ set -e
|
|||
sed -i \
|
||||
-e '/href=/s|\.md|\.html|' \
|
||||
-e '/blockquote/s|/\* display \*/|display: none;|' \
|
||||
-e '/<!-- static html \/\/-->/d' \
|
||||
"${@}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue