mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-06 18:09:28 +00:00
9 lines
120 B
Bash
9 lines
120 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
sed -i \
|
||
|
|
-e '/href=/s|\.md|\.html|' \
|
||
|
|
-e '/blockquote/s|/\* display \*/|display: none;|' \
|
||
|
|
"${@}"
|