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]]
|
||||
name = "adler32"
|
||||
version = "1.0.3"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This fetches from several torrent websites for new updates
|
||||
cd ../new_torrents_fetcher
|
||||
sort -r --field-separator=';' -n --key=5 ../torrents.csv > ../torrents.csv.seeders.desc
|
||||
|
|
Loading…
Reference in New Issue