shithub: rc

ref: 6213abf8bc893f3d18fa701c248c6316bd473cc6
dir: /bin/v/

View raw version
#!/bin/rc
rfork n
if(~ $#* 0){
	echo usage: $0 sys [vncvopts..]
	exit usage
}
switch($1){
case aib
case t16
case t30
	sshnet tcp!$1!x || exit
	*=u30
case *
	sshnet tcp!$1!x || exit
}
vncv -l utf8 -e corre $*