update script and .conf file

This commit is contained in:
zapashcanon 2021-11-24 00:46:39 +01:00
parent 5c38d62fbd
commit 05ba3aab36
Signed by: zapashcanon
GPG Key ID: 8981C3C62D1D28F1
2 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ set -eu
( cd "$(dirname "$0")/../"
eval $(opam env)
dune exec -- src/www.exe
)