torrents.csv/scripts/update.sh

8 lines
176 B
Bash
Raw Normal View History

# This fetches from several torrent websites for new updates
2018-10-23 00:08:12 +00:00
cd ../new_torrents_fetcher
cargo run
cat tmp_adds.csv >> ../torrents.csv
2018-10-12 04:13:04 +00:00
#rm tmp_adds.csv
2018-10-23 00:08:12 +00:00
cd ../scripts
. prune.sh