hass.tibber_prices/scripts/setup
2025-11-03 17:00:08 +00:00

11 lines
187 B
Bash
Executable file

#!/usr/bin/env bash
# script/setup: Setup script used by DevContainers to prepare the project
set -e
cd "$(dirname "$0")/.."
scripts/bootstrap
echo "==> Project is now ready to go!"