pub fn bash_string_from_program_path_and_args( command_path: impl AsRef<str>, args: impl IntoIterator<Item = impl AsRef<str>>, ) -> String
command_path has to be representable as a str to be made part of the bash code.
command_path