add text in colors
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
6b9c5e64b8
commit
e398a50337
4 changed files with 38 additions and 7 deletions
6
agent.sh
6
agent.sh
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue