mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
9 lines
136 B
Bash
Executable File
9 lines
136 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# script/update: Update application to run for its current checkout.
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
git pull
|
|
git submodule update
|