Iterating on a sequence diagram

How to work upon a plantuml graphic

Published: Monday, Feb 15, 2021 Last modified: Saturday, Mar 23, 2024

As used to develop the UML upon Microservice Timeouts blog

xdg-open "afile.png"

inotifywait -m -e create -e modify -e close_write . |
while read filename eventlist eventfile
do
	plantuml afile.uml
done