From f4eeb123974555f0f947dc5e890c2c16499e5661 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Sun, 1 Nov 2009 08:38:47 +0200 Subject: [PATCH] added run_sample script; use ./run_sample --- log-parser/libtorrent/run_sample | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 log-parser/libtorrent/run_sample diff --git a/log-parser/libtorrent/run_sample b/log-parser/libtorrent/run_sample new file mode 100755 index 0000000..de75400 --- /dev/null +++ b/log-parser/libtorrent/run_sample @@ -0,0 +1,3 @@ +#!/bin/bash + +PYTHONPATH=../../auto/db/ python StatusParser.py -i 2 -f ../../log-samples/libtorrent/libtorrent-status.sample.log ../../auto/db/p2p-next.db -- 2.20.1