-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathup.sh
51 lines (50 loc) · 1.46 KB
/
up.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#!/bin/bash
echo "------------------------------------------"
echo " Actualización del repo "
echo "------------------------------------------"
echo ""
git pull
sleep 3
clear
echo "------------------------------------------"
echo " Subiendo cambios "
echo "------------------------------------------"
echo ""
echo "-------------------------------------------"
echo ""
git README.md
git nota "Introduction for this project - Pau"
git sube
echo "-------------------------------------------"
echo ""
git add IntroductionToPythonAndProgrammingBasic-Cisco-master/*
git nota "IntroductionToPythonAndProgrammingBasic-Cisco-master"
git sube
echo "-------------------------------------------"
git add .
git nota "Files project"
git sube
echo "-------------------------------------------"
echo ""
git add up.sh
git nota "Update the repository in GitHub"
git sube
echo "-------------------------------------------"
echo ""
echo "+--------------------------------------------------+"
echo "| Fin de ejecución del script - Actualizando repo. |"
echo "+--------------------------------------------------+"
clear
echo "==================================================="
git status
echo "==================================================="
sleep 4
clear
sleep 3
echo ""
echo " 再见"
echo " _________________________________"
echo " © Human Computing ® "
echo " █║▌│█│║▌║││█║▌║▌║█║▌│█"
echo " _________________________________"
echo ""