mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
10 lines
190 B
Bash
Executable File
10 lines
190 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# script/bootstrap: Resolve all dependencies that the application requires to
|
|
# run.
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
script/bootstrap_server
|
|
script/bootstrap_frontend
|