mirror of
https://github.com/rvtr/dsi.cfw.guide.git
synced 2025-06-18 18:45:34 -04:00
5 lines
121 B
Bash
Executable File
5 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Fix in-context images breaking site build
|
|
sed -i -r 's/\([^)]+\)/(http:\/\/0.0.0.0)/' docs/translate/*.md
|