xcat-core/xCAT-client/share/xcat/rvid/rvid.xen
2008-12-11 19:49:14 +00:00

6 lines
183 B
Bash
Executable File

#!/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 >& /dev/null