1
mirror of https://github.com/home-assistant/core synced 2024-08-18 20:45:41 +02:00
ha-core/script/update

9 lines
136 B
Plaintext
Raw Normal View History

2015-09-17 09:38:52 +02:00
#!/bin/sh
# script/update: Update application to run for its current checkout.
cd "$(dirname "$0")/.."
git pull
git submodule update