Skip to content

Instantly share code, notes, and snippets.

@ninotae
ninotae / Menu
Created July 30, 2017 13:57
Create menu
#!/bin/bash
#### 1. Déclaration de variables
GRN="\033[0;32m"
RED="\033[0;31m"
RESET="\033[0m"
#### 2. Début du script