This commit is contained in:
Matthieu Jolimaitre 2024-09-11 14:33:17 +02:00
commit 8e0e9b842c
5 changed files with 65 additions and 0 deletions

9
build.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
set -e
cd "$(dirname "$(realpath "$0")")"
cooker init --force menu.json
cooker generate
cooker update
cooker build --keepgoing