Browse Source

changed to infomation

pull/549/head
Daniel Gibbs 9 years ago
parent
commit
f0c7d42f06
  1. 4
      functions/fn_messages

4
functions/fn_messages

@ -129,10 +129,10 @@ fn_printerrornl(){
} }
# Info! # Info!
fn_printinfo(){ fn_printinfomation(){
echo -en "\e[0;36mInfo!\e[0m $@" echo -en "\e[0;36mInfo!\e[0m $@"
} }
fn_printinfonl(){ fn_printinfomationnl(){
echo -e "\e[0;36mInfo!\e[0m $@" echo -e "\e[0;36mInfo!\e[0m $@"
} }

Loading…
Cancel
Save