1 /* necho - echo without options or argument interpretation */
3 /* Sample builtin to be dynamically loaded with enable -f and replace an
13 print_word_list (list
, " ");
16 return (EXECUTION_SUCCESS
);
20 "Print the arguments to the standard ouput separated",
21 "by space characters and terminated with a newline.",
25 struct builtin necho_struct
= {