Skip to content

Commit 8737b77

Browse files
committed
Added runnable scripts for Unix and Windows
1 parent 87d0c83 commit 8737b77

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

DataTagsLib/scripts/pm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
java -jar DataTagsLib.jar $*
4+

DataTagsLib/scripts/pm.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
java -jar DataTagsLib.jar %*
2+
3+

0 commit comments

Comments
 (0)