2018-10-09 19:54:47 +00:00
|
|
|
# This fetches from several torrent websites for new updates
|
2018-10-23 00:08:12 +00:00
|
|
|
cd ../new_torrents_fetcher
|
2018-10-09 19:54:47 +00:00
|
|
|
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
|
2018-10-09 19:54:47 +00:00
|
|
|
. prune.sh
|