2024-04-02 18:02:21 +08:00

12 lines
254 B
Bash

#!/bin/bash
# Define an associative array to store the binaries and their counts.
# The count for openim-msgtransfer is set to 4, all others are set to 1.
declare -A binaries=(
[openim-test]=2
[openim-no-port]=2
)
tool_binaries=("ncpu" "infra")