grpc javar
  start script
This commit is contained in:
snoop 2017-05-12 11:54:40 +09:00
parent 8b6bc035d1
commit 8ed361e75c
3 changed files with 4 additions and 2 deletions

BIN
test_agent/container/java_proxy/grpc_java.jar Normal file → Executable file

Binary file not shown.

View File

@ -1,2 +1,3 @@
#!/bin/bash
java -jar /home/cm2/container/java_proxy/grpc_java.jar
script_dir=$(cd "$(dirname "$0")" && pwd)
java -jar $script_dir'/grpc_java.jar' $1

View File

@ -1,3 +1,4 @@
#!/bin/bash
/home/cm2/container/network_proxy/ncr -Port=$1
script_dir=$(cd "$(dirname "$0")" && pwd)
$script_dir'/ncr' -Port=$1