1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-28 07:23:37 +02:00
cpu_features/cmake/ci/doc/generate_image.sh
2022-03-15 13:26:25 +01:00

8 lines
98 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
rm -f ./*.svg ./*.png
for i in *.dot; do
plantuml -Tsvg "$i";
done