From 281759061772ec793909fcdfb8cd3726f843bc22 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Fri, 23 Feb 2024 16:28:03 +0800 Subject: [PATCH] =?UTF-8?q?docs(bin):=20=E5=A2=9E=E5=8A=A0=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E7=94=9F=E6=88=90=E8=84=9A=E6=9C=AC=E7=9A=84=E6=A1=88?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/generate | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bin/generate diff --git a/bin/generate b/bin/generate new file mode 100644 index 0000000..314537d --- /dev/null +++ b/bin/generate @@ -0,0 +1,9 @@ +#!/bin/bash + +root_path=/apps/zone_scfp/hudi/cloud +jdk_path=/opt/jdk8u252-b09/bin/java + +arguments=$@ +curl ftp://yyy:QeY\!68\)4nH1@132.121.122.15:2222/service-cli-runner-1.0.0-SNAPSHOT.jar -o ${root_path}/service-cli-runner.jar +${jdk_path} -jar ${root_path}/service-cli-runner.jar --spring.profiles.active=b9 $arguments +chmod +x *.sh