add text in colors

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-05-07 00:08:11 +02:00
commit e398a50337
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
4 changed files with 38 additions and 7 deletions

View file

@ -1,8 +1,14 @@
#!/bin/bash
# red delete
# orange check-no-delete
# orange check-no-create
# green create
[[ -f ./libs/shflags ]] && . ./libs/shflags || eval "$(curl --silent https://git.g3e.fr/H6N/tools/raw/branch/main/libs/shflags)"
. ./lib/vpc.sh
. ./lib/colors.sh
DRY_RUN="1"
SIMULATION="1"