summaryrefslogtreecommitdiffstats
path: root/viewvm
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-04-01 17:39:48 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-04-01 17:39:48 +0200
commit38cfb550be388aeb7a1630083ddaf5c13d858afd (patch)
tree703787ce4033f857004a015749238be03d918969 /viewvm
parent19be1e7bebbabc5f27b9258492f97f54a369c5b2 (diff)
downloadbin-38cfb550be388aeb7a1630083ddaf5c13d858afd.tar.gz
bin-38cfb550be388aeb7a1630083ddaf5c13d858afd.tar.xz
vm scripts: add viewer and check for network in install script
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'viewvm')
-rwxr-xr-xviewvm4
1 files changed, 4 insertions, 0 deletions
diff --git a/viewvm b/viewvm
new file mode 100755
index 0000000..538fe85
--- /dev/null
+++ b/viewvm
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+vncviewer $(virsh vncdisplay $1) &>/dev/null &
+disown