A

contrib\rpcstresstest\rpc_stress_test.sh

All issues

Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead. lines of code = 1
49
readarray -t command < <(cat $command_file | sed -e "s|\r||" | grep -v "^#")