mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-06-05 14:17:05 -04:00
7 lines
107 B
Bash
7 lines
107 B
Bash
#!/bin/bash
|
|
|
|
DIR="${0%/*}"
|
|
EXTRA_ARGS=(JVM-ARGS)
|
|
|
|
"$DIR/../lib/runtime/bin/xpiped" "${EXTRA_ARGS[@]}" "$@"
|