-
Notifications
You must be signed in to change notification settings - Fork 0
/
subida.sh
127 lines (93 loc) · 2.78 KB
/
subida.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
#!/bin/bash
# +-------------------------------------------+
# |----------------- ASSET -----------------|
# +-------------------------------------------+
git add assets/css/.
git nota "Styles"
git sube
git add assets/fonts/.
git nota "Fonts"
git sube
git add assets/js/.
git nota "JS"
git sube
git add assets/sass/.
git nota "SCSS"
git sube
# -------------- cybersecurity.
git add cybersecurityEssentials/assets/css/.
git nota "Style Contents"
git sube
git add cybersecurityEssentials/assets/fonts/.
git nota "fonts contents"
git sube
git add cybersecurityEssentials/assets/js/.
git nota "JS contents"
git sube
# -------------- cybersecurity.
git add cybersecurityEssentials/assets/sass/.
git nota "Sass contents"
git sube
# +-----------------------------------------------+
# |----------------- DOCUMENTOS -----------------|
# +-----------------------------------------------+
# ------------- VIDEOS
git add cybersecurityEssentials/videos/.
git nota "Videos"
git sube
# ------------- DOCUMENTOS
git add cybersecurityEssentials/docs/.
git nota "Documents"
git sube
# ------------- GUÍA
git add Hackers-Guide-to-Machine-Learning-with-Python/.
git nota "Guide to ML Hacking"
git sube
# +--------------------------------------------+
# |----------------- IMAGES -----------------|
# +--------------------------------------------+
git add images/fulls/.
git nota "Img. Fulls"
git sube
git add images/thumbs/.
git nota "Img. Thumbs"
git sube
git add images/.
git nota "Images"
git sube
git add cybersecurityEssentials/images/.
git nota "Images to contents"
git sube
# +-------------------------------------------+
# |----------------- INDEX -----------------|
# +-------------------------------------------+
git add index.html
git nota "Introduction Cybersecurity - NetAcademy."
git sube
# +-------------------------------------------+
# |----------------- SCRIPT -----------------|
# +-------------------------------------------+
git add subida.sh
git nota "Script - Update Folderes"
git sube
# +---------------------------------------------+
# |----------------- CAPÍTULOS ----------------|
# +---------------------------------------------+
git add cybersecurityEssentials/cap1.html
git nota "Capítulo 1 - La ciberseguridad"
git sube
git add cybersecurityEssentials/cap2.html
git nota "Capítulo 2 - Destrezas de la ciberseguridad"
git sube
git add cybersecurityEssentials/cap3.html
git nota "Capítulo 3 - Amenazas, vulnerabilidades y ataques a la ciberseguridad"
git sube
git add cybersecurityEssentials/cap4.html
git nota "Capítulo 4 - El arte de proteger los secretos"
git sube
git add cybersecurityEssentials/cap5.html
git nota "Capítulo 5 - El arte de garantizar la integridad"
git sube
git add cybersecurityEssentials/cap6.html
git nota "Capítulo 6 - El reino ed los cinco nueves"
git sube