Script Refactoring

This commit is contained in:
skiffer-git 2024-04-02 18:05:46 +08:00
parent 1600d1d2c1
commit b9d44bad6f

View File

@ -35,6 +35,7 @@ start_binaries() {
start_tools() {
# Assume tool_binaries=("ncpu" "infra")
for binary in "${tool_binaries[@]}"; do
echo $binary bbbbbbbbbbbbbb
local bin_full_path=$(get_tool_full_path "$binary")
# Assuming get_tool_full_path defines full path for each tool
cmd=("$bin_full_path" -c "$OPENIM_OUTPUT_CONFIG")