Created
April 17, 2013 13:11
-
-
Save chrismcg/5404186 to your computer and use it in GitHub Desktop.
PlantUML helper script for OSX. Generates a png and opens it
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
#!/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