Function execute::shell

source ·
pub fn shell<S: AsRef<OsStr>>(cmd: S) -> Command
Expand description

Create a Command instance which can be executed by the current command language interpreter (shell).