shithub: rc

ref: c22ea2f59f734eb3dd9c953fc56f63d0eb5102f5
dir: /bin/v/

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