[][src]Function penrose::core::helpers::spawn_with_args

pub fn spawn_with_args<S: Into<String>>(cmd: S, args: &[&str]) -> Result<()>

Run an external command with the specified command line arguments

This redirects the process stdout and stderr to /dev/null.