Files
developers.home-assistant/script/setup
2020-03-07 23:02:57 +01:00

9 lines
102 B
Bash
Executable File

#!/bin/sh
# Setups the repository.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
script/bootstrap