tor/scripts/codegen/run_trunnel.sh

10 lines
161 B
Bash
Raw Normal View History

#!/bin/sh
if test "x$TRUNNEL_PATH" != "x"; then
PYTHONPATH="${TRUNNEL_PATH}:${PYTHONPATH}"
export PYTHONPATH
fi
python -m trunnel ./src/trunnel/*.trunnel