mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-20 16:21:58 +00:00
sharing the Shell Script
This commit is contained in:
parent
9a490752d4
commit
33cfceb8bc
9
shell_scripts/gitupdate.sh
Executable file
9
shell_scripts/gitupdate.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
cd /home/hass/.homeassistant
|
||||||
|
git add .
|
||||||
|
git status
|
||||||
|
echo -n "Enter the Description for the Change: "
|
||||||
|
read CHANGE_MSG
|
||||||
|
git commit -m "${CHANGE_MSG}"
|
||||||
|
git push origin master
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user