Add CWD to PYTHONPATH in run

This commit is contained in:
Brian May 2016-08-30 18:51:19 +10:00
parent 2c20a1fd5a
commit d2fdb6c029

1
run
View File

@ -1,4 +1,5 @@
#!/bin/sh
export PYTHONPATH=$PWD:$PYTHONPATH
if python3.5 -V 2>/dev/null; then
exec python3.5 -m "sshuttle" "$@"
elif python2.7 -V 2>/dev/null; then