Skip to content
Snippets Groups Projects
Commit d116de0b authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Add log_debug()

parent f080f858
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,11 @@ arch() { ...@@ -10,6 +10,11 @@ arch() {
# Functions for coloring echo commands # Functions for coloring echo commands
log_debug() {
echo -e "(`date +%T`) \033[1;32m${@}\033[0m"
}
log_info() { log_info() {
echo -e "(`date +%T`) \033[1;34m${@}\033[0m" echo -e "(`date +%T`) \033[1;34m${@}\033[0m"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment