rootcx-platform 0.13.0

RootCX platform utilities
Documentation
1
2
3
pub fn shell_command() -> (&'static str, &'static str) {
    if cfg!(windows) { ("cmd", "/C") } else { ("sh", "-c") }
}