summaryrefslogtreecommitdiff
path: root/lib/action/Torrent
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2023-04-19 21:23:42 +0200
committerLM-LCL <hello@exaltedelite.club>2023-04-19 21:23:42 +0200
commitb98f0f496b6739749257804297468fb71845a776 (patch)
tree44096c59211f1d877515914273cde862fbf47c1f /lib/action/Torrent
EZown
Diffstat (limited to 'lib/action/Torrent')
-rwxr-xr-xlib/action/Torrent6
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")"
+