pub fn stdinix<F>(cl: F) -> Result<()>where
    F: FnMut(&str) -> Result<()>,