aboutsummaryrefslogtreecommitdiff
path: root/script/dev-clean.sh
blob: 60065a3d03e041796c0d5fd704475c1fa8ba3622 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/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