xcat-core/xCAT-client/share/xcat/rvid/rvid.xen

6 lines
183 B
Plaintext
Raw Normal View History

#!/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