Skip to content

Commit

Permalink
add unix shell versions of rdfpuml, puml
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirAlexiev committed Aug 23, 2022
1 parent 2f235f8 commit c0d11f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/puml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
java -jar c:\prog\plantuml\plantuml.jar -charset UTF-8 $1
@echo off
java -jar c:\prog\plantuml\plantuml.jar -charset UTF-8 %1
2 changes: 2 additions & 0 deletions bin/puml.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
java -jar c:\prog\plantuml\plantuml.jar -charset UTF-8 $1

0 comments on commit c0d11f8

Please sign in to comment.