Files
repos_scripts/torrent
CoolnsX f102e6bbd1 update
2021-11-22 23:12:33 +05:30

12 lines
299 B
Bash
Executable File

#!/bin/sh
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!!"