This commit is contained in:
Varun 2020-10-22 17:56:42 +05:30
parent 24fe3b0f66
commit c283f69847
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F

View file

@ -3,7 +3,7 @@
COLOR_PALLET_TYPE="0"
__colortext() {
echo " \e[$COLOR_PALLET_TYPE;$2m$1\e[0m"
echo -e " \e[$COLOR_PALLET_TYPE;$2m$1\e[0m"
}
log_green() {