init with crummy buzzer & docker setup
so much boilerplate :O
This commit is contained in:
commit
f6bf544f54
23 changed files with 746 additions and 0 deletions
9
scripts/dev
Executable file
9
scripts/dev
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh -eu
|
||||
|
||||
cd "$RUN_DIR"
|
||||
|
||||
set -x
|
||||
|
||||
"$RUN_BIN" build
|
||||
|
||||
exec honcho start
|
||||
Loading…
Add table
Add a link
Reference in a new issue