4
0
Эх сурвалжийг харах

Added fn_printqueryingeol

Daniel Gibbs 10 жил өмнө
parent
commit
d1491d5984

+ 9 - 0
functions/core_messages.sh

@@ -153,4 +153,13 @@ fn_printfaileol(){
 
 fn_printfaileolnl(){
 	echo -e "\e[0;31mFAIL\e[0m\n"
+}
+
+# QUERYING for end of line
+fn_printqueryingeol(){
+	echo -en "\e[0;31mQUERYING\e[0m\n"
+}
+
+fn_printqueryingeolnl(){
+	echo -e "\e[0;31mQUERYING\e[0m\n"
 }