summaryrefslogtreecommitdiff
path: root/magnet
blob: c60297d94539cec281ce36faa5bb2a3b2a7a89cb (plain)
1
2
3
4
5
6
#!/bin/bash

cd ~/z
[[ "$1" =~ xt=urn:btih:([^&/]+) ]] || exit;
echo "d10:magnet-uri${#1}:${1}e" > "meta-${BASH_REMATCH[1]}.torrent"