Initial commit
This commit is contained in:
commit
37ef37be28
10 changed files with 310 additions and 0 deletions
11
run.sh
Normal file
11
run.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
rm -r _dist || true
|
||||
poetry run python3 generate.py
|
||||
(
|
||||
rm dist.zip || true
|
||||
cd _dist
|
||||
zip -r ../dist.zip .
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue