mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05: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 ()
|