Moving scripts to their own directory, except for search
This commit is contained in:
parent
a442341cd0
commit
07f9f1396b
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
# Checking arguments
|
# Checking arguments
|
||||||
# Help line
|
# Help line
|
||||||
|
cd ..
|
||||||
torrents_csv="`pwd`/torrents.csv"
|
torrents_csv="`pwd`/torrents.csv"
|
||||||
|
|
||||||
help="Run ./add_torrents.sh [TORRENTS_DIR] \nor goto https://gitlab.com/dessalines/torrents.csv for more help"
|
help="Run ./add_torrents.sh [TORRENTS_DIR] \nor goto https://gitlab.com/dessalines/torrents.csv for more help"
|
|
@ -1,5 +1,5 @@
|
||||||
# This prunes torrents.csv, removing those with too many columns, and sorts it
|
# This prunes torrents.csv, removing those with too many columns, and sorts it
|
||||||
|
cd ..
|
||||||
torrents_csv="`pwd`/torrents.csv"
|
torrents_csv="`pwd`/torrents.csv"
|
||||||
|
|
||||||
# Remove lines that don't have exactly 7 ';'
|
# Remove lines that don't have exactly 7 ';'
|
|
@ -1,6 +1,5 @@
|
||||||
# This fetches from several torrent websites for new updates
|
# This fetches from several torrent websites for new updates
|
||||||
|
pushd ../new_torrents_fetcher
|
||||||
pushd new_torrents_fetcher
|
|
||||||
cargo run
|
cargo run
|
||||||
cat tmp_adds.csv >> ../torrents.csv
|
cat tmp_adds.csv >> ../torrents.csv
|
||||||
rm tmp_adds.csv
|
rm tmp_adds.csv
|
Loading…
Reference in New Issue