LingxinMeng 1 жил өмнө
parent
commit
33b5089eef
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      run-plugin-compile.sh

+ 4 - 0
run-plugin-compile.sh

@@ -1 +1,5 @@
+#!/bin/bash
+
+# 插件编译接口
+mkdir -p ./log
 nohup ./exe/plugin-compile.exe > log/plugin-compile.out 2>&1 &