run-plugin-compile.sh 111 B

12345
  1. #!/bin/bash
  2. # 插件编译接口
  3. mkdir -p ./log
  4. nohup ./exe/plugin-compile.exe > log/plugin-compile.out 2>&1 &