mirror of
https://github.com/xpipe-io/xpipe.git
synced 2025-12-29 18:08:44 -05:00
10 lines
172 B
Bash
10 lines
172 B
Bash
#!/bin/bash
|
|
|
|
DIR="${0%/*}"
|
|
EXTRA_ARGS=(JVM-ARGS)
|
|
export CDS_JVM_OPTS="${EXTRA_ARGS[*]}"
|
|
|
|
"$DIR/../lib/runtime/bin/xpiped" "$@"
|
|
|
|
read -rsp "Press any key to close" -n 1 key
|