hass-core/script/setup
2016-03-26 16:21:27 -04:00

6 lines
104 B
Bash
Executable file

#!/usr/bin/env sh
cd "$(dirname "$0")/.."
git submodule init
script/bootstrap
python3 setup.py develop