This is an update to my gtorrent script.
When the script runs it runs quietly and saves output to gtorrent.log.
cut here:

#!/usr/bin/env bash
# file: gtorrent.sh - get torrents with aria2c.
# dependencies: aria2.
GF=gtorrent.inp
if test -f "$GF";  then
   aria2c --quiet=true --interface=eno1 --enable-color=false -Vtrue 
-lgtorrent.log -d/home/jude/Downloads --auto-file-renaming=false 
--allow-overwrite=true --bt-stop-timeout=60 --bt-max-peers=0 
--bt-min-crypto-level=arc4 --bt-force-encryption=true --seed-time=480 
--seed-ratio=2 --continue=true --input-file=gtorrent.inp
else
    echo "useage: put download torrent urls one per line in file gtorrent.inp 
and try again."
fi

-- 
Jude <jdashiel at panix dot com>
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo.
Please use in that order."
Ed Howdershelt 1940.

_______________________________________________
Blinux-list mailing list
Blinux-list@redhat.com
https://listman.redhat.com/mailman/listinfo/blinux-list

Reply via email to