summaryrefslogtreecommitdiffstats
path: root/run
blob: b4fa8033bf9386a75c594d4993e286ec633e41b0 (plain)
1
2
3
4
5
6
#!/bin/sh
if python3.5 -V 2>/dev/null; then
	exec python3 -m "sshuttle" "$@"
else
	exec python -m "sshuttle" "$@"
fi