add sidekick.sh launcher script

This commit is contained in:
Simon Cruanes 2022-07-18 23:17:29 -04:00
parent ea752b5cf5
commit b2d0ea2d33
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

3
sidekick.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
OPTS=--profile=release
exec dune exec $OPTS ./src/main/main.exe -- $@