Browse Source

Added ee_lib_echo_escape

old-stable
gau1991 11 years ago
parent
commit
8e985587cd
  1. 1
      src/lib/ee_lib_echo.sh

1
src/lib/ee_lib_echo.sh

@ -21,6 +21,5 @@ function ee_lib_echo_fail()
# Execute: echo -e # Execute: echo -e
function ee_lib_echo_escape() function ee_lib_echo_escape()
{ {
echo -e $(tput sgr0)$@$(tput sgr0) echo -e $(tput sgr0)$@$(tput sgr0)
} }

Loading…
Cancel
Save