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