index
:
bin
master
My scripts
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
add-torrent
blob: da240b5986a4a7be3475190b27563da425911e3c (
plain
)
1
2
3
4
#!/bin/bash for file; do transmission-remote ostro:9091 -a "$file" done