mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 17:05:34 +01: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
|