source config file; cleanup leecher data folder
[utp-swift.git] / local_start_utp_sender
index c212650..d8d70ed 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/bash
 
+# load config
+source ./config
+
 if test $# -ne 1; then
        echo "Usage: $0 receiver_ip" 1>&2
        exit 1