Create header.sh

This commit is contained in:
William Todt 2016-03-13 01:11:16 +04:00
parent 1f85b80e77
commit 9e2d723491
1 changed files with 11 additions and 0 deletions

11
kali/test/header.sh Normal file
View File

@ -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
}