From 09b635219ac8d9b6d7a8a44eab44516cc1ebc9ee Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 23 Oct 2024 02:56:55 -0500 Subject: compiles and runs. logic wrong Signed-off-by: Jeff Carr --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ae2d873..b24ceee 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,10 @@ all: ./virtigo --version ./virtigo +xml-add: + ./virtigo --add-xml /home/nfs3/xml/*.xml + # ./virtigo --add-xml /etc/libvirt/qemu/*xml + start-all-droplets: curl --silent http://localhost:8080/start?start=git.wit.org curl --silent http://localhost:8080/start?start=go.wit.com -- cgit v1.2.3