Created
April 6, 2022 10:07
-
-
Save trinnguyen/33f8b56d0913dd940b17e159eddd4932 to your computer and use it in GitHub Desktop.
Quick bash script to execute jar file
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/bash | |
java -jar $(dirname "$0")/antlr.jar $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment