summaryrefslogtreecommitdiff
path: root/teardown
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-06-14 17:55:29 +0200
committerTom Barrett <tom@tombarrett.xyz>2021-06-14 17:55:29 +0200
commit059081865afab59142364fc6c78af29304702a98 (patch)
treee7f182b1baac76e01868d5e0e2d5836923750809 /teardown
starting outHEADmaster
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