Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabled interpretation of new-line (\n) in multiple instances of echo! #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheBinitGhimire
Copy link

Implemented a fix for the issue #6!

@rjceledon
Copy link

For colors I also had to chance the first lines to:

RED="\e[0;31m\033[1m"
GREEN="\e[0;32m\033[1m"
YELLOW="\e[0;33m\033[1m"
NC="\033[0m\e[0m" # No Color

and add -e for all echo's that use colors in order to see them in my zsh. I'm a noob, just posting this here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants