git - alex wennerberg
    1
    2
    3
    4
    5
    6
sqlite3 3cb.db < sql/delete-last.sql 
source .venv/bin/activate
python getdata.py
sqlite3 3cb.db < sql/new.sql 
scp 3cb.db root@192.168.1.214:/opt/3cardblind/3cb.db
ssh root@192.168.1.214 "rc-service 3cardblind restart"