From: Jérémie Astor Date: Fri, 3 Apr 2020 14:51:25 +0000 (+0200) Subject: :art: Improve sed command X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=f6bb0570daff125f689503b354fb6f1d3eefdb03;p=gwion.git :art: Improve sed command --- diff --git a/scripts/mdr2mdbook.sh b/scripts/mdr2mdbook.sh index 014f9620..cc47c1d0 100644 --- a/scripts/mdr2mdbook.sh +++ b/scripts/mdr2mdbook.sh @@ -11,7 +11,7 @@ EOF } mk_target() { - sed 's/```\(.*\)gw/```cpp/' $1 | + sed 's/```.*gw/```cpp/' $1 | sed 's#:gwion:#[Gwion](https://github.com/fennecdjay/Gwion)#g' footer }