Initial commit
This commit is contained in:
commit
2dab7acce5
8 changed files with 1240 additions and 0 deletions
13
bundle.sh
Normal file
13
bundle.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
DATAFILE=$1
|
||||
DIR=$(mktemp -p . -d)
|
||||
|
||||
poetry run python3 postprocessor/ $DATAFILE $DIR/index.html
|
||||
cp $DATAFILE $DIR/rawdata.json
|
||||
|
||||
zip --junk-paths bundle.zip $DIR/*
|
||||
|
||||
rm -r $DIR
|
Loading…
Add table
Add a link
Reference in a new issue