tiny_httpd/http_of_dir.sh
2024-01-31 22:16:40 -05:00

3 lines
104 B
Bash
Executable file

#!/bin/sh
OPTS="--display=quiet --profile=release"
exec dune exec $OPTS ./src/bin/http_of_dir.exe -- $@