init
This commit is contained in:
commit
8e0e9b842c
5 changed files with 65 additions and 0 deletions
9
build.sh
Executable file
9
build.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue