Create header.sh
This commit is contained in:
parent
1f85b80e77
commit
9e2d723491
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue