-
-
Save cmiles74/50b157f48bf06a7e07c0cf885fdb7c36 to your computer and use it in GitHub Desktop.
Polylith Script, Linux
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/sh | |
ARGS="" | |
while [ "$1" != "" ] ; do | |
ARGS="$ARGS $1" | |
shift | |
done | |
exec "java" $JVM_OPTS "-jar" "/usr/local/polylith/poly-0.2.13-alpha.jar" $ARGS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment