mirror of
https://github.com/CoolnsX/repos_scripts.git
synced 2025-12-20 07:15:20 +05:30
Added rss script
This commit is contained in:
4
torrent
4
torrent
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -z "$*" ]; then
|
||||
magnet="$(cat .cache/maglink)"
|
||||
magnet="$(xclip -out clipboard)"
|
||||
else
|
||||
magnet=$*
|
||||
fi
|
||||
@@ -13,6 +13,6 @@ if [ -z "$x" ]; then
|
||||
x="MOVIES"
|
||||
fi
|
||||
|
||||
notify-send "Torrent:Rukk ja Download ho rha hai"
|
||||
notify-send "Torrent:Rukk ja cheecha Download ho rha hai"
|
||||
echo "$magnet"
|
||||
aria2c -d $x --seed-time=0 "$magnet" && notify-send "Torrent:cheecha download hogyi" || notify-send -u critical "Torrent:cheecha error!!"
|
||||
|
||||
Reference in New Issue
Block a user