diff options
author | Patrick Simianer <p@simianer.de> | 2014-09-21 11:31:14 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-09-21 11:31:14 +0100 |
commit | 0aae427eb3838297f6e204c2961739ef834762cf (patch) | |
tree | c533ade19b5c699a2edb4b309e8fd40cc4c03239 /magnet | |
parent | 6571bd6dd7b80927a17c9639c93c888e5cc98a53 (diff) |
rm superfluous whitespace
Diffstat (limited to 'magnet')
-rwxr-xr-x | magnet | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ #!/bin/bash - -cd ~/z +cd ~/tmp [[ "$1" =~ xt=urn:btih:([^&/]+) ]] || exit; echo "d10:magnet-uri${#1}:${1}e" > "meta-${BASH_REMATCH[1]}.torrent" |