run-plugin-compile.sh 125 B

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