Adding /bin/bash to script.
This commit is contained in:
parent
57c472302f
commit
9c6fac525d
|
@ -1,3 +1,5 @@
|
||||||
|
# This file is automatically @generated by Cargo.
|
||||||
|
# It is not intended for manual editing.
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "adler32"
|
name = "adler32"
|
||||||
version = "1.0.3"
|
version = "1.0.3"
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
# This fetches from several torrent websites for new updates
|
# This fetches from several torrent websites for new updates
|
||||||
cd ../new_torrents_fetcher
|
cd ../new_torrents_fetcher
|
||||||
sort -r --field-separator=';' -n --key=5 ../torrents.csv > ../torrents.csv.seeders.desc
|
sort -r --field-separator=';' -n --key=5 ../torrents.csv > ../torrents.csv.seeders.desc
|
||||||
|
|
Loading…
Reference in New Issue