mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
7 lines
127 B
Bash
7 lines
127 B
Bash
#!/bin/bash
|
|
|
|
DIR="${0%/*}"
|
|
EXTRA_ARGS=(JVM-ARGS)
|
|
export CDS_JVM_OPTS="${EXTRA_ARGS[*]}"
|
|
|
|
"$DIR/../lib/runtime/bin/xpiped" "$@"
|