mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-07 18:39:29 +00:00
contrib/static-html: split off from Makefile
This commit is contained in:
parent
17e7deee16
commit
d7f9f3eade
4 changed files with 12 additions and 7 deletions
8
contrib/static-html.sh
Executable file
8
contrib/static-html.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
sed -i \
|
||||
-e '/href=/s|\.md|\.html|' \
|
||||
-e '/blockquote/s|/\* display \*/|display: none;|' \
|
||||
"${@}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue