diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-04-11 21:36:25 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-04-11 21:36:25 -0400 |
| commit | 2eecfae10050c1a4fcfacd1caa756d6d115afb1b (patch) | |
| tree | dfcc61c9db9f32507bdc2084d42022fe34b2b0e5 /scripts/destroy.sh | |
| download | min-2eecfae10050c1a4fcfacd1caa756d6d115afb1b.tar.gz min-2eecfae10050c1a4fcfacd1caa756d6d115afb1b.tar.xz | |
Initial
Diffstat (limited to 'scripts/destroy.sh')
| -rw-r--r-- | scripts/destroy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/destroy.sh b/scripts/destroy.sh new file mode 100644 index 0000000..91b4d94 --- /dev/null +++ b/scripts/destroy.sh @@ -0,0 +1,3 @@ +#!/bin/sh +set -x +rm -rf build pfx |
