-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate
More file actions
36 lines (25 loc) · 817 Bytes
/
template
File metadata and controls
36 lines (25 loc) · 817 Bytes
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
#!/bin/bash
# Colores para una salida más elegante
RED="\e[31m"
GREEN="\e[32m"
CYAN="\e[36m"
YELLOW="\e[33m"
NC="\e[0m"
clear
🈴
👤
📈
🖳
#TITULO
echo -e "🔰 "
echo -e "${CYAN}_______________ 🖧 ${NC} Información de Red en Linux 🖳${CYAN}___________\n"
echo -e "${GREEN} 📂 Directorio:${NC}$BASE_DIR"
echo -e "${CYAN}____________________________________________________________\n"
#MENU
echo -e " ${YELLOW}[1]${RED} git init ${NC} - ${GREEN}Inicializa un nuevo repositorio Git"
#OPCIONES DE MENU
echo -e "\n ${YELLOW}[0] ◀️ Volver\n"
read -p "⭕ Selecciona una opción: " opcion
echo -e "${YELLOW}✳️ (continuar)"
#CIERRE
echo -e "${CYAN} ________________________________________________________${YELLOW}\n"