summaryrefslogtreecommitdiffstats
path: root/add-torrent
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-04-15 10:41:52 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-04-15 10:41:52 +0200
commit965b6afed1d21ecaf9f5e83805b47f10f7a531fa (patch)
treedb5a0fb7a3c42668052f9ab146219b00d439f829 /add-torrent
parentd21a9b6df4cd3a47e540c3cca8203b8f0f53a029 (diff)
downloadbin-965b6afed1d21ecaf9f5e83805b47f10f7a531fa.tar.gz
bin-965b6afed1d21ecaf9f5e83805b47f10f7a531fa.tar.xz
add-torrent: new server
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'add-torrent')
-rwxr-xr-xadd-torrent2
1 files changed, 1 insertions, 1 deletions
diff --git a/add-torrent b/add-torrent
index aef56f1..da240b5 100755
--- a/add-torrent
+++ b/add-torrent
@@ -1,4 +1,4 @@
#!/bin/bash
for file; do
- transmission-remote mistral:9091 -a "$file"
+ transmission-remote ostro:9091 -a "$file"
done