torrents.csv/scripts/git_update.sh

6 lines
138 B
Bash
Raw Normal View History

2018-12-02 18:54:26 +00:00
# This updates the repository from the git repo, and re-caches the torrents.db sqlite file
2019-02-10 18:12:52 +00:00
echo $(date)
2018-12-02 18:54:26 +00:00
git pull
git gc
2019-02-10 18:12:52 +00:00
./build_sqlite.sh