1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add exec + doc header

This commit is contained in:
Paulus Schoutsen
2015-09-17 00:38:52 -07:00
parent 8c77418b6a
commit bf14067eb0
5 changed files with 24 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
#!/bin/sh
# script/update: Update application to run for its current checkout.
cd "$(dirname "$0")/.."
git pull