aboutsummaryrefslogtreecommitdiff
path: root/script/dev-clean.sh
blob: 151c55470e2ec92f6fc002aae742c90a78096033 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash

set -ex

killall -9 garage || echo "garage is not running"
rm -rf /tmp/garage*
rm -rf /tmp/config.*.toml