shithub: rc

ref: f48f36fd06fbf1519076df5b70bb6f5c2e545f8e
dir: /bin/v/

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