summaryrefslogtreecommitdiff
path: root/teardown
diff options
context:
space:
mode:
Diffstat (limited to 'teardown')
-rwxr-xr-xteardown5
1 files changed, 5 insertions, 0 deletions
diff --git a/teardown b/teardown
new file mode 100755
index 0000000..4ceeb4f
--- /dev/null
+++ b/teardown
@@ -0,0 +1,5 @@
+#!/bin/bash
+set -e
+
+lxc stop $1
+lxc rm $1