diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-08-16 19:30:37 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-08-16 19:30:37 +0200 |
commit | 463068b43f573364bf8893da3fdd640414a88523 (patch) | |
tree | 7d5d2d49b7708ee46893bc16651af8b0f55e85e1 /add-torrent | |
parent | 6694e0c631cde4e64a506301e9aaf41b214fb59d (diff) | |
download | bin-463068b43f573364bf8893da3fdd640414a88523.tar.gz bin-463068b43f573364bf8893da3fdd640414a88523.tar.xz |
misc updates
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'add-torrent')
-rwxr-xr-x | add-torrent | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/add-torrent b/add-torrent index 499f1e9..aef56f1 100755 --- a/add-torrent +++ b/add-torrent @@ -1,2 +1,4 @@ #!/bin/bash -transmission-remote mistral:9091 -a "$1" +for file; do + transmission-remote mistral:9091 -a "$file" +done |