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 &