diff options
Diffstat (limited to 'script/dev-clean.sh')
-rwxr-xr-x | script/dev-clean.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/script/dev-clean.sh b/script/dev-clean.sh new file mode 100755 index 00000000..151c5547 --- /dev/null +++ b/script/dev-clean.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +set -ex + +killall -9 garage || echo "garage is not running" +rm -rf /tmp/garage* +rm -rf /tmp/config.*.toml |