mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 19:06:53 +00:00
sharing the Shell Script
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user