macro_rules! bin {
($util:ident, no_flush) => { ... };
($util:ident) => { ... };
}Expand description
Execute utility code for util.
This macro expands to a main function that invokes the uumain function in util
Exits with code returned by uumain.