Macro uucore::bin

source ·
macro_rules! bin {
    ($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.