about summary refs log tree commit diff
path: root/doc/generate-images.sh
blob: 0950519bf22a7a2815f02ee8b299e61a240cd629 (plain)
1
2
3
4
#! /bin/sh

cat simple-workflow.uml | guix shell plantuml -- plantuml -p > simple-workflow.png
cat joint-workflow.uml | guix shell plantuml -- plantuml -p > joint-workflow.png