moonpool/raytracer.sh
2023-06-08 15:48:28 -04:00

3 lines
119 B
Bash
Executable file

#!/bin/sh
DUNE_OPTS="--profile=release --display=quiet"
exec dune exec $DUNE_OPTS benchs/raytracer/raytracer.exe -- $@