torrents.csv/scripts/update.sh

8 lines
170 B
Bash
Raw Normal View History

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