start rtorrent for seeding
[cloudstore.git] / torrent / start-tracker.sh
1 #!/bin/sh -x
2
3 ip=$1
4 test -z "$ip" && ip=10.60.0.240
5
6 ./bin/opentracker -i $ip -p 6969 -s 9696
7