rowt/doc/db/recreate.sh

4 lines
128 B
Bash
Raw Normal View History

2024-10-08 10:06:29 +02:00
#!/bin/bash
find . -name "*.mermaid" -type f -exec sh -c 'mmdc -i "$1" -o "${1%.mermaid}.svg" -b transparent -t dark' sh {} \;