mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Add exec + doc header
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# script/update: Update application to run for its current checkout.
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
git pull
|
||||
|
Reference in New Issue
Block a user