18 lines
347 B
Bash
18 lines
347 B
Bash
# Title: LinPeasBase - print_info
|
|
# ID: print_info
|
|
# Author: Carlos Polop
|
|
# Last Update: 22-08-2023
|
|
# Description: Print info
|
|
# License: GNU GPL
|
|
# Version: 1.0
|
|
# Functions Used:
|
|
# Global Variables:
|
|
# Initial Functions:
|
|
# Generated Global Variables:
|
|
# Fat linpeas: 0
|
|
# Small linpeas: 1
|
|
|
|
|
|
print_info(){
|
|
printf "${BLUE}╚ ${ITALIC_BLUE}$1\n"$NC
|
|
} |