Skip to main content

shell_command

Function shell_command 

Source
pub fn shell_command(command: &str) -> Command
Expand description

Build a shell command for the current platform (sh -c on Unix, cmd /C on Windows).