mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-05 19:00:32 -05:00
3 lines
104 B
Bash
Executable file
3 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
OPTS="--display=quiet --profile=release"
|
|
exec dune exec $OPTS ./src/bin/http_of_dir.exe -- $@
|