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