53649cf3d6
basically presenting the output from 'xm list' in a full-screen interface with additional domain information from SNMP, colours and somewhat realtime updates.
6 lines
120 B
Bash
6 lines
120 B
Bash
#!/bin/sh
|
|
#
|
|
# $NetBSD: xcon.sh,v 1.1.1.1 2005/11/13 18:36:00 martti Exp $
|
|
#
|
|
|
|
(cd "@PREFIX@/share/xenconsole" && ./xcon)
|