xpipe/dist/debug/mac/xpiped_debug.sh

8 lines
140 B
Bash
Raw Normal View History

2023-01-27 15:34:46 +13:00
#!/bin/bash
DIR="${0%/*}"
EXTRA_ARGS=(JVM-ARGS)
export CDS_JVM_OPTS="${EXTRA_ARGS[*]}"
"$DIR/../../runtime/Contents/Home/bin/xpiped" "$@"