Loading .ssh/forward +1 −1 Original line number Diff line number Diff line #!/bin/sh has(){ type $1 >/dev/null 2>/dev/null; } for PYTHON in python3.7 python3.6 python3.5 python3.4 python3.3 python3 for PYTHON in python3.7 python3.6 python3.5 python3.4 python3.3 python3 \ python2.7 python2 python do if has $PYTHON; then Loading Loading
.ssh/forward +1 −1 Original line number Diff line number Diff line #!/bin/sh has(){ type $1 >/dev/null 2>/dev/null; } for PYTHON in python3.7 python3.6 python3.5 python3.4 python3.3 python3 for PYTHON in python3.7 python3.6 python3.5 python3.4 python3.3 python3 \ python2.7 python2 python do if has $PYTHON; then Loading