mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 15:40:23 +00:00
5 lines
101 B
Batchfile
5 lines
101 B
Batchfile
@echo off
|
|
set CDS_JVM_OPTS=JVM-ARGS
|
|
chcp 65001 > NUL
|
|
CALL "%~dp0\..\runtime\bin\xpiped.bat" %*
|
|
pause
|