Skip to content

Instantly share code, notes, and snippets.

@cmiles74
Last active October 24, 2021 17:08
Show Gist options
  • Save cmiles74/50b157f48bf06a7e07c0cf885fdb7c36 to your computer and use it in GitHub Desktop.
Save cmiles74/50b157f48bf06a7e07c0cf885fdb7c36 to your computer and use it in GitHub Desktop.
Polylith Script, Linux
#!/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