shells::wrap_csh! [] [src]

macro_rules! wrap_csh {
    ( $( $cmd:tt )* ) => { ... };
}

Macro to execute the given command using the C Shell and wraping the resulting tuple into a Result.