torrents.csv/scripts/update.sh

8 lines
176 B
Bash
Executable File

# This fetches from several torrent websites for new updates
cd ../new_torrents_fetcher
cargo run
cat tmp_adds.csv >> ../torrents.csv
#rm tmp_adds.csv
cd ../scripts
. prune.sh