aboutsummaryrefslogtreecommitdiff
path: root/chutney
diff options
context:
space:
mode:
Diffstat (limited to 'chutney')
-rwxr-xr-xchutney6
1 files changed, 6 insertions, 0 deletions
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 $*