chutney 104 B

1234
  1. #!/bin/sh
  2. export PYTHONPATH="`dirname $0`/lib:${PYTHONPATH}"
  3. ${PYTHON:=python2} -m chutney.TorNet "$@"