Created
May 31, 2025 06:14
-
-
Save wtnabe/d114ac8e911cfbbcc0af19ef92dad54b to your computer and use it in GitHub Desktop.
export PlantUML jarfile path from plantuml sh script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PLANTUML_JAR_PATH=`cat $(which plantuml) | awk '{ for (i = 1; i < NF; i++) { if ($i ~ /\.jar/) { printf("%s", $i) } } }'` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment