We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517fc2c commit e06f024Copy full SHA for e06f024
run
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
if python3.5 -V 2>/dev/null; then
3
- exec python3 -m "sshuttle" "$@"
+ exec python3.5 -m "sshuttle" "$@"
4
else
5
exec python -m "sshuttle" "$@"
6
fi
0 commit comments