mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
3 lines
119 B
Bash
Executable file
3 lines
119 B
Bash
Executable file
#!/bin/sh
|
|
DUNE_OPTS="--profile=release --display=quiet"
|
|
exec dune exec $DUNE_OPTS benchs/raytracer/raytracer.exe -- $@
|