diff options
Diffstat (limited to 'magnet')
-rwxr-xr-x | magnet | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/bin/bash + +cd ~/z +[[ "$1" =~ xt=urn:btih:([^&/]+) ]] || exit; +echo "d10:magnet-uri${#1}:${1}e" > "meta-${BASH_REMATCH[1]}.torrent" + |