Macro xscript::cmd_os

source ·
macro_rules! cmd_os {
    ($($cmd:tt)*) => { ... };
}
Expand description

Constructs a command using OsString as string type.