This commit is contained in:
Varun 2020-10-22 17:58:17 +05:30
parent c283f69847
commit a90fad3853
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 " \e[$COLOR_PALLET_TYPE;$2m$1\e[0m"
echo -e "\e[$COLOR_PALLET_TYPE;$2m$1\e[0m"
}
log_green() {