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

set -ex

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