git.alexw.nyc home about git garden
    1
    2
    3
    4
    5
    6
    7
sqlite3 3cb.db < sql/delete-last.sql 
python getdata.py
sqlite3 3cb.db < sql/new.sql 
sqlite3 3cb.db < sql/export.sql  > _site/export.tsv
python3 buildpage.py  > _site/index.html
rsync -r _site/ root@pi:/var/www/data.3cardmagic.org