From: Razvan Deaconescu Date: Fri, 4 Dec 2009 09:58:14 +0000 (+0200) Subject: added start_tribler shell script X-Git-Tag: getopt_long~227^2~8 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=a78282939ad910c6737e7d5dc710924e1b15c282;p=cs-p2p-next.git added start_tribler shell script --- diff --git a/tribler-mod/start_tribler b/tribler-mod/start_tribler new file mode 100755 index 0000000..5bee947 --- /dev/null +++ b/tribler-mod/start_tribler @@ -0,0 +1,11 @@ +#!/bin/bash + +if test $# -ne 1; then + echo "Usage: $0 torrent_file" + exit 1 +fi + +# PORT=12345 + +torrent_file=$1 +PYTHONPATH=. python Tribler/Tools/cmdlinedl.py $torrent_file