mirror of
https://github.com/CoolnsX/repos_scripts.git
synced 2025-12-20 07:15:20 +05:30
6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
|
|
printf "Enter Torrent or magnet link : "
|
|
read x
|
|
aria2c --dir=MOVIES/ --seed-time=0 "$x"
|