This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e2cfe2a7d2
core
/
scripts
/
update
7 lines
98 B
Plaintext
Executable File
Raw
Blame
History
# If current pwd is scripts, go 1 up.
if [ ${PWD##*/} == "scripts" ]; then
cd ..
fi
git pull
Reference in New Issue
View Git Blame
Copy Permalink