Commits

Alexander Egorenkov authored and Perry E. Metzger committed d1da65d1b0e
plantuml: new port
No tags

java/plantuml/files/plantuml.sh

Added
1 +#!/bin/sh
2 +
3 +# Is the location of the PlantUML launcher JAR file.
4 +LAUNCHJAR="__PLANTUML_LAUNCHER_PATH__"
5 +
6 +exec java -jar "$LAUNCHJAR" "$@"
7 +

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut