6 lines
138 B
Bash
Executable File
6 lines
138 B
Bash
Executable File
# This updates the repository from the git repo, and re-caches the torrents.db sqlite file
|
|
echo $(date)
|
|
git pull
|
|
git gc
|
|
./build_sqlite.sh
|