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