Commit 7945ac14 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix .ssh/forward for changes to scripts

parent 27958a97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ SSH_DIR=`dirname $0`
HOST=$1
PORT=$2

set $SSH_DIR/ssh -W $1:$2 $3
set ssh -W $1:$2 $3

for PYTHON in python3.7 python3.6 python3.5 python3.4 python3.3 python3 \
	python2.7 python2 python