this repo has no description
at main 203 B view raw
1let () = 2 Eio_main.run @@ fun env -> 3 Eio.Path.(save ~create:(`Or_truncate 0o664) (env#fs / "hello.txt") "hello"); 4 Eio.Process.run env#process_mgr 5 [ "/bin/bash"; "-c"; "echo 'heya' > heya.txt" ]