Skip to content

Instantly share code, notes, and snippets.

@archongum
Created June 19, 2020 12:21
Show Gist options
  • Save archongum/92ba75aa57fabe58247142c8cb6a2e1a to your computer and use it in GitHub Desktop.
Save archongum/92ba75aa57fabe58247142c8cb6a2e1a to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ -L $0 ] ; then
DIR=$(dirname $(readlink -f $0)) ;
else
DIR=$(dirname $0) ;
fi;
java -jar $DIR/jolt-cli-*.jar $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment