Iterating on a sequence diagram
How to work upon a plantuml graphic
Published: Monday, Feb 15, 2021 Last modified: Thursday, Nov 14, 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