Skip to content

Instantly share code, notes, and snippets.

@wtnabe
Created May 31, 2025 06:14
Show Gist options
  • Save wtnabe/d114ac8e911cfbbcc0af19ef92dad54b to your computer and use it in GitHub Desktop.
Save wtnabe/d114ac8e911cfbbcc0af19ef92dad54b to your computer and use it in GitHub Desktop.
export PlantUML jarfile path from plantuml sh script
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