compact code to use less lines

pull/471/head
Paul Philippov 2022-09-18 18:29:52 -04:00
parent 5de1bd4acd
commit 2e10e309e4
1 changed files with 1 additions and 8 deletions

View File

@ -24,14 +24,7 @@ SRC_CACHE_DIR="/tmp/buildroot_dl"
# #
echo_c() { echo_c() {
# 30 grey # 30 grey, 31 red, 32 green, 33 yellow, 34 blue, 35 magenta, 36 cyan,37 white
# 31 red
# 32 green
# 33 yellow
# 34 blue
# 35 magenta
# 36 cyan
# 37 white
echo -e "\e[1;$1m$2\e[0m" echo -e "\e[1;$1m$2\e[0m"
} }