3cb-data

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.alexwennerberg.com/3cb-data.git
Log | Files | Refs | README | LICENSE

runround.sh (220B)


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