Go back to home after hello and bye
This commit is contained in:
parent
5622738df0
commit
7988598fa8
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,7 @@ hello() {
|
|||
cd ~/Keepass && git pull
|
||||
echo "Pulling from TSSR"
|
||||
cd ~/Lessons/TSSR && git pull
|
||||
cd || exit 1
|
||||
}
|
||||
|
||||
bye() {
|
||||
|
@ -74,4 +75,5 @@ bye() {
|
|||
cd ~/Keepass && git push
|
||||
echo "Pushing to TSSR"
|
||||
cd ~/Lessons/TSSR && git push
|
||||
cd || exit 1
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue