mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Add exec + doc header
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# script/bootstrap: Resolve all dependencies that the application requires to
|
||||
# run.
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
script/bootstrap_server
|
||||
|
Reference in New Issue
Block a user