pub fn bash_string_from_program_string_and_args( cmd: impl AsRef<str>, args: impl IntoIterator<Item = impl AsRef<str>>, ) -> String