summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/astral/astral.sh
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/astral/astral.sh')
-rw-r--r--var/spack/repos/builtin/packages/astral/astral.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/astral/astral.sh b/var/spack/repos/builtin/packages/astral/astral.sh
new file mode 100644
index 0000000000..3f530d7f4e
--- /dev/null
+++ b/var/spack/repos/builtin/packages/astral/astral.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+# convenience wrapper for the astral jar file
+java $JAVA_ARGS $JAVA_OPTS -jar astral.jar "$@"