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