wrap_csh

Macro wrap_csh 

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

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