mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
add sidekick.sh launcher script
This commit is contained in:
parent
ea752b5cf5
commit
b2d0ea2d33
1 changed files with 3 additions and 0 deletions
3
sidekick.sh
Executable file
3
sidekick.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
OPTS=--profile=release
|
||||||
|
exec dune exec $OPTS ./src/main/main.exe -- $@
|
||||||
Loading…
Add table
Reference in a new issue