From 70e35e2249e9128d544e6617528097860c6c3358 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 1 Mar 2011 20:19:35 -0500 Subject: Move stuff into a submodule. Calling it "chutney" for now. Add launcher script --- chutney | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 chutney (limited to 'chutney') diff --git a/chutney b/chutney new file mode 100755 index 0000000..a8be2ff --- /dev/null +++ b/chutney @@ -0,0 +1,6 @@ +#!/bin/sh + + +PYTHONPATH="`dirname $0`/lib":${PYTHONPATH} +export PYTHONPATH +python -m chutney.TorNet $* -- cgit v1.2.3