#!/bin/sh PLANTUML="java -jar plantuml.jar" $PLANTUML /docs/puml/*.puml -o "../images"