parent
e9e179b590
commit
3ea984c2ef
8 changed files with 0 additions and 1240 deletions
13
bundle.sh
13
bundle.sh
|
@ -1,13 +0,0 @@
|
|||
#!/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