6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
|
#!/bin/bash
|
||
|
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
|
||
|
myport=${rvid_vncdisplay#*:}
|
||
|
let myport=myport-5900;
|
||
|
vncviewer :$myport -via $rvid_server
|