-
Notifications
You must be signed in to change notification settings - Fork 0
/
subeMain.sh
51 lines (47 loc) · 1.13 KB
/
subeMain.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
git pull
###############
# cyberOps #
###############
cd cyberOps/
sh up.sh
echo "------------------"
echo "Terminado (x1)"
echo "------------------"
##############################
# cybersecurity Essentials #
##############################
cd CybersecurityEssentials/
sh up.sh
echo "------------------"
echo "Terminado (x1)"
echo "------------------"
###########################################
# DEMO-LaboratoriosSeguridadinformatica #
###########################################
cd DEMO-LaboratoriosSeguridadinformatica/
sh up.sh
echo "------------------"
echo "Terminado (x1)"
echo "------------------"
###########################################
# Laboratorios Base Seguridadinformatica #
###########################################
cd lab
sh up.sh
echo "------------------"
echo "Terminado (x1)"
echo "------------------"
####################
# OTROS CONTENIDOS #
####################
git add . &&
git nota "Other contents" &&
git smain
echo "=> 0%"
echo "===> 25%"
echo "======> 50%"
echo "=========> 75%"
echo "===========> 100%"
echo "Fin de subida de archivos"
sleep 5
git status