diff --git a/kali/test/header.sh b/kali/test/header.sh new file mode 100644 index 0000000..dad8ff1 --- /dev/null +++ b/kali/test/header.sh @@ -0,0 +1,11 @@ +function mostrarheader(){ + + conditional_clear + echo -e "$blue#########################################################" + echo -e "$blue# $red FLUXION $version" "${yellow} ${red} F""${yellow}lux" "${red}I""${yellow}s" "${red}T""${yellow}he ""${red}F""${yellow}uture" ${blue}" #" + echo -e "$blue#"${yellow} by "${rot}D""${yellow}eltax", "${red}"S""${yellow}"trasharo and "${red}A""${yellow}patheticEuphoria"" ${blue}#"" + echo -e "$blue# #" + echo -e "$blue#########################################################""$transparent" + echo + echo +}