mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-27 23:21:13 +00: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[@]}" "$@"
|