pkgsrc/sysutils/xenconsole/files/xcon.sh
martti 53649cf3d6 xenConsole (aka xcon) is a curses-based tty/console monitor for Xen 2.0,
basically presenting the output from 'xm list' in a full-screen interface
with additional domain information from SNMP, colours and somewhat realtime
updates.
2005-11-13 18:36:00 +00:00

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)