Skip to content

Instantly share code, notes, and snippets.

@chrismcg
Created April 17, 2013 13:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrismcg/5404186 to your computer and use it in GitHub Desktop.
Save chrismcg/5404186 to your computer and use it in GitHub Desktop.
PlantUML helper script for OSX. Generates a png and opens it
#!/bin/sh
# You need to download the jar from http://plantuml.sourceforge.net/ and put in ~/plantuml
# or alter the path below
java -jar ~/plantuml/plantuml.jar -tpng $@
open ${@%plantuml}png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment