aboutsummaryrefslogtreecommitdiff
path: root/docs/formal/process_uml.sh
blob: fe61efdabe17c3bc3eb402084aaff4324358d737 (plain)
1
2
3
4
5
6
#!/bin/bash

for file in uml/*.plantuml; do
    plantuml -tpng ${file}
done