0
0
This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
plausible-registerdemo/cleanup.sh
2024-05-30 17:46:34 +02:00

8 lines
156 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
SCRIPT_PATH=$(readlink -f "${BASH_SOURCE[0]}")
SCRIPT_DIR=$(dirname -- "$SCRIPT_PATH")
rm -dr "${SCRIPT_PATH}/data" || true