#!/bin/bash
git pull
python3 scripts/update_trophies.py
python3 scripts/create_new_tables.py
sudo service apache2 restart
