shithub: rc

ref: 1df4fba2a9c4365a0a35f46d1f41f560985a0908
dir: /bin/v/

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