mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
3 lines
109 B
Bash
Executable file
3 lines
109 B
Bash
Executable file
#!/bin/sh
|
|
DUNE_OPTS="--profile=release --display=quiet"
|
|
exec dune exec $DUNE_OPTS bench/trace_tldr.exe -- $@
|