Skip to content

Instantly share code, notes, and snippets.

@shubhamkumar13
Created February 13, 2024 10:15
Show Gist options
  • Save shubhamkumar13/01cedbe0669a12527c2626febf24629c to your computer and use it in GitHub Desktop.
Save shubhamkumar13/01cedbe0669a12527c2626febf24629c to your computer and use it in GitHub Desktop.
run a unix command
let _ =
Eio_main.run (fun env ->
let process_manager = Eio.Stdenv.process_mgr env in
Eio.Process.parse_out process_manager Eio.Buf_read.take_all ["ls"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment