Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# ANSI-Farbcodes für Grün
GREEN='\033[0;32m'
PURPLE='\033[0;35m' # Lila
NC='\033[0m' # Ohne Farbe (Reset)
echo -e "${GREEN}
**********************************************************************************"