This website works better with JavaScript
Home
Explore
Help
Register
Sign In
cicv
/
cicv_data_closed_loop
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
9c8e304ff1
Branches
Tags
guide_is_clean
guide_is_guide
kinglong
master
v2025.3.18
cicv_data_cl...
/
run-plugin-compile.sh
run-plugin-compile.sh
111 B
History
Raw
1
2
3
4
5
#!/bin/bash
# 插件编译接口
mkdir -p ./log
nohup ./exe/plugin-compile.exe > log/plugin-compile.out 2>&1 &