LingxinMeng 1 年之前
父節點
當前提交
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 &