Add echos
This commit is contained in:
parent
55e489f500
commit
c4344c0b5c
1 changed files with 6 additions and 0 deletions
|
@ -59,13 +59,19 @@ hello() {
|
|||
*)
|
||||
sudo pacman -Syu
|
||||
esac
|
||||
echo "Pulling from SetupCockpit"
|
||||
cd ~/SetupCockpit && git pull
|
||||
echo "Pulling from Keepass"
|
||||
cd ~/Keepass && git pull
|
||||
echo "Pulling from TSSR"
|
||||
cd ~/Lessons/TSSR && git pull
|
||||
}
|
||||
|
||||
bye() {
|
||||
echo "Pushing to SetupCockpit"
|
||||
cd ~/SetupCockpit && git push
|
||||
echo "Pushing to Keepas"
|
||||
cd ~/Keepass && git push
|
||||
echo "Pushing to TSSR"
|
||||
cd ~/Lessons/TSSR && git push
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue