LingxinMeng hace 1 año
padre
commit
33b5089eef
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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 &