torrents.csv/scripts/update.sh

8 lines
169 B
Bash
Executable File

# 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