pub fn fork_something_which_prints(
    cmd: Command,
    cln: &Handle,
    what: &str
) -> Result<(String, Child), AE>