From 457d489b4ef87723a0ebf649a40131de82606f51 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Fri, 30 Jul 2010 12:57:03 +0300 Subject: [PATCH] ControlScripts: add hrktorrent start script --- ControlScripts/start_hrk.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 ControlScripts/start_hrk.sh diff --git a/ControlScripts/start_hrk.sh b/ControlScripts/start_hrk.sh new file mode 100755 index 0000000..99be633 --- /dev/null +++ b/ControlScripts/start_hrk.sh @@ -0,0 +1,16 @@ +#!/bin/bash +# +# 2010 Razvan Deaconescu, razvan.deaconescu@cs.pub.ro +# +# Bash script used to start a hrktorrent instance +# The script +# * changes current working directory to hrktorrent working directory +# * starts a hrktorrent session - use LD_LIBRARY_PATH to point to +# libtorrent-rasterbar location + +# Read the global configuration variables +source ../ConfigFiles/globalconfig.txt + +cd $HRK_ABS_PATH + +LD_LIBRARY_PATH=../libtorrent-rasterbar/lib ./hrktorrent -- 2.20.1