1 2 3 4 5
#!/bin/bash # Simple script to generate UML files from plantuml into target/uml. plantuml -r uml/* -o ../target/uml/ -progress $@