mirror of
https://github.com/hacs/integration.git
synced 2025-07-23 02:55:44 +00:00
10 lines
111 B
Bash
Executable File
10 lines
111 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
rm -rf config/.storage/hacs
|
|
rm -f config/.storage/hacs*
|
|
|