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

pub fn spawn<S: Into<String>>(cmd: S) -> Result<()>

Run an external command

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