Skip to content

Instantly share code, notes, and snippets.

@trinnguyen
Created April 6, 2022 10:07
Show Gist options
  • Save trinnguyen/33f8b56d0913dd940b17e159eddd4932 to your computer and use it in GitHub Desktop.
Save trinnguyen/33f8b56d0913dd940b17e159eddd4932 to your computer and use it in GitHub Desktop.
Quick bash script to execute jar file
#!/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