diff options
Diffstat (limited to 'lib/action/Torrent')
| -rwxr-xr-x | lib/action/Torrent | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/action/Torrent b/lib/action/Torrent new file mode 100755 index 0000000..4309da8 --- /dev/null +++ b/lib/action/Torrent @@ -0,0 +1,6 @@ +#! /bin/bash + +source ./util/verify/cbd-magnet + +qbittorrent "$(is_magnet_url_cbd "$1")" + |
