diff options
author | Patrick Simianer <p@simianer.de> | 2014-08-10 11:34:06 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-08-10 11:34:06 +0100 |
commit | 33b179f94342ffc08d53a66adcbdae5a331570a9 (patch) | |
tree | c3564bdaa3a4d40f38d79e9ba0bf581bb154e4a6 /magnet | |
parent | 5869505d64c04c536bdcd71a197ade918c36bf1c (diff) |
fixes
Diffstat (limited to 'magnet')
-rwxr-xr-x | magnet | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #!/bin/bash + cd ~/z [[ "$1" =~ xt=urn:btih:([^&/]+) ]] || exit; echo "d10:magnet-uri${#1}:${1}e" > "meta-${BASH_REMATCH[1]}.torrent" |