9 lines
167 B
Bash
9 lines
167 B
Bash
|
# 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
|