alpha 0.1

This commit is contained in:
2026-01-17 13:12:11 +07:00
parent f41b83dff0
commit 97031d15f2
15 changed files with 296 additions and 642 deletions

4
lib/colors.sh Normal file
View File

@@ -0,0 +1,4 @@
GREEN='\033[0;32m'
RED='\033[0;31m'
YELLOW='\033[1;33m'
NC='\033[0m'