pub fn emit_bash_join(arr_var: &str, delim: &str, result_var: &str) -> String
Generate bash code to join an array with a delimiter.