mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-10 04:35:46 -04:00
3 lines
115 B
OCaml
3 lines
115 B
OCaml
let () =
|
|
let program_to_test = Sys.argv |> Array.to_list |> List.tl in
|
|
Signal_gatherer.run ~program_to_test ()
|