1#!/bin/rc 2# ssh host arg... - invoke ssh v1. if it fails, try v2. 3if (! /$cputype/bin/ssh1 $* >[2]/dev/null) 4 exec /$cputype/bin/ssh2 $* 5