Prelude.Eio_utilSourceval run_process :
?quiet:bool ->
env:
< process_mgr : [> [> `Generic ] Eio.Process.mgr_ty ] Eio.Process.mgr
; stdout : [> Eio.Flow.sink_ty ] Eio.Flow.sink.. > ->
cwd:[> Eio.Fs.dir_ty ] Eio.Path.t ->
string list ->
unitval copy_to_dir :
env:
< process_mgr : [> [> `Generic ] Eio.Process.mgr_ty ] Eio.Process.mgr
; stdout : [> Eio.Flow.sink_ty ] Eio.Flow.sink.. > ->
cwd:[> Eio.Fs.dir_ty ] Eio.Path.t ->
source:string ->
dest_dir:string ->
unit