added autostart-all and autostop-all
[public/kvm-scripts.git] / autostop-all.sh
diff --git a/autostop-all.sh b/autostop-all.sh
new file mode 100755 (executable)
index 0000000..77f2b12
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# run this script at vm-host stop
+
+cd $(dirname $0)
+for x in *.vm ; do ./stop.sh $x ; done