From 463068b43f573364bf8893da3fdd640414a88523 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 16 Aug 2013 19:30:37 +0200 Subject: misc updates Signed-off-by: Florian Pritz --- add-torrent | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'add-torrent') 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 -- cgit v1.2.3-24-g4f1b