LingxinMeng 1 yıl önce
ebeveyn
işleme
33b5089eef
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  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 &