Closed kieranpotts closed 8 months ago
Example: using echo -e (which is a Bashism) where should be using POSIX-compliant printf.
echo -e
printf
Test all aliases, functions and Git aliases on Ubuntu/WSL.
References:
Example: using
echo -e
(which is a Bashism) where should be using POSIX-compliantprintf
.Test all aliases, functions and Git aliases on Ubuntu/WSL.
References: