mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
sidekick.sh: make dune phase silent
This commit is contained in:
parent
6dca63b0ea
commit
729c72a27d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
OPTS=--profile=release
|
OPTS="--profile=release --display=quiet"
|
||||||
exec dune exec $OPTS ./src/main/main.exe -- $@
|
exec dune exec $OPTS ./src/main/main.exe -- $@
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue