summaryrefslogtreecommitdiff
path: root/magnet
diff options
context:
space:
mode:
Diffstat (limited to 'magnet')
-rwxr-xr-xmagnet6
1 files changed, 0 insertions, 6 deletions
diff --git a/magnet b/magnet
deleted file mode 100755
index c380cc6..0000000
--- a/magnet
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-cd ~/tmp
-[[ "$1" =~ xt=urn:btih:([^&/]+) ]] || exit;
-echo "d10:magnet-uri${#1}:${1}e" > "meta-${BASH_REMATCH[1]}.torrent"
-