torrents.csv/update.sh

9 lines
167 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
rm tmp_adds.csv
popd
. prune.sh