Revert "Initial commit"

This reverts commit 2dab7acce5.
This commit is contained in:
akp 2024-08-26 01:08:27 +01:00
parent e9e179b590
commit 3ea984c2ef
8 changed files with 0 additions and 1240 deletions

View file

@ -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