mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
2 lines
88 B
Bash
Executable file
2 lines
88 B
Bash
Executable file
#!/bin/sh
|
|
exec dune exec --display=quiet --profile=release "examples/echo_ws.exe" -- $@
|